Skip to content

Commit

Permalink
Update CI workflow to use Xcode 16.1
Browse files Browse the repository at this point in the history
GitHub replaced Xcode 16.0 by Xcode 16.2 in macOS-14 images, as per
their support policy.
See actions/runner-images#11203 for details.
  • Loading branch information
mgutski committed Jan 10, 2025
1 parent c9134b4 commit 29e0780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Lint
runs-on: macos-14
env:
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"

steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
xcode: '15.3' # Swift 5.10
ios-simulator: 'iPhone 15 Pro'
- macos: 14
xcode: '16.0' # Swift 6.0
xcode: '16.1' # Swift 6.0
ios-simulator: 'iPhone 16 Pro'

steps:
Expand Down

0 comments on commit 29e0780

Please sign in to comment.