Skip to content

Commit

Permalink
Use Xcode 16.2 on CI
Browse files Browse the repository at this point in the history
Xcode 16.0 was removed from the macos-14 image: actions/runner-images#11203
  • Loading branch information
dcaunt committed Jan 7, 2025
1 parent dd7c67c commit 24ba657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
path: ${{ inputs.working-directory }}
token: ${{ secrets.CHECKOUT_TOKEN || github.token }}

- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.app
- name: Select Xcode 16.2
run: sudo xcode-select -s /Applications/Xcode_16.2.app

- name: Authenticate using GitHub App
id: auth
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install dependencies
run: brew install swiftlint

- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app
- name: Select Xcode 16.2
run: sudo xcode-select -s /Applications/Xcode_16.2.app

- name: Run unit tests on iOS
run: xcodebuild test -scheme OpenPass -destination "OS=18.0,name=iPhone 15"
Expand Down

0 comments on commit 24ba657

Please sign in to comment.