Skip to content

Commit

Permalink
Corrected macos version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Strijdom committed May 1, 2024
1 parent b2cb4fc commit c923740
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-TogglesDemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Build
runs-on: macos-14.2.1
runs-on: macos-14
steps:
- name: Show macOS version
run: sw_vers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
publish-release:
name: Publish release ${{ github.ref_name }}
runs-on: macos-14.2.1
runs-on: macos-14
steps:
- name: Show macOS version (${{ env.XCODE_VERSION }})
run: sw_vers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-JustTweakMigrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Run tests
runs-on: macos-14.2.1
runs-on: macos-14
steps:
- name: Code Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-ToggleCipher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Run tests
runs-on: macos-14.2.1
runs-on: macos-14
steps:
- name: Code Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-ToggleGen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Run tests
runs-on: macos-14.2.1
runs-on: macos-14
steps:
- name: Code Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-Toggles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Run tests
runs-on: macos-14.2.1
runs-on: macos-14
steps:
- name: Code Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c923740

Please sign in to comment.