Skip to content

Commit

Permalink
Update runners to use Xcode 15.1 (#504)
Browse files Browse the repository at this point in the history
* Update to Xcode 15.1

* Update nightly.yml

* Update test.yml
  • Loading branch information
maxgoedjen authored Jan 7, 2024
1 parent 5718ae6 commit 1fc8fa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.0.1.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Update Build Number
env:
RUN_ID: ${{ github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.0.1.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Test
run: |
pushd Sources/Packages
Expand All @@ -43,7 +43,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_14.3.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Update Build Number
env:
TAG_NAME: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.0.1.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Test
run: |
pushd Sources/Packages
Expand Down

0 comments on commit 1fc8fa2

Please sign in to comment.