Skip to content

Commit 9df687a

Browse files
committed
Update CI to use macOS 15 with Xcode 16.2
1 parent 014b628 commit 9df687a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-14
11+
runs-on: macos-15
1212

1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Select Xcode
17-
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
16+
- name: Select Xcode 16
17+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
1818

1919
- name: Show Xcode version
2020
run: xcodebuild -version
@@ -33,5 +33,5 @@ jobs:
3333
xcodebuild test \
3434
-project Example/SwiftDataTables.xcodeproj \
3535
-scheme SwiftDataTables-Example \
36-
-destination 'platform=iOS Simulator,name=iPhone 15' \
36+
-destination 'platform=iOS Simulator,name=iPhone 16' \
3737
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)