We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014b628 commit 9df687aCopy full SHA for 9df687a
.github/workflows/ci.yml
@@ -8,13 +8,13 @@ on:
8
9
jobs:
10
build:
11
- runs-on: macos-14
+ runs-on: macos-15
12
13
steps:
14
- uses: actions/checkout@v4
15
16
- - name: Select Xcode
17
- run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
+ - name: Select Xcode 16
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
18
19
- name: Show Xcode version
20
run: xcodebuild -version
@@ -33,5 +33,5 @@ jobs:
33
xcodebuild test \
34
-project Example/SwiftDataTables.xcodeproj \
35
-scheme SwiftDataTables-Example \
36
- -destination 'platform=iOS Simulator,name=iPhone 15' \
+ -destination 'platform=iOS Simulator,name=iPhone 16' \
37
CODE_SIGNING_ALLOWED=NO
0 commit comments