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 370e306 commit 9592baaCopy full SHA for 9592baa
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
include:
21
- swift: "5"
22
xcode: "16.2"
23
- runs-on: macos-14
+ runs-on: macos-15
24
- swift: "5.10"
25
xcode: "15.4"
26
runs-on: macos-14
@@ -92,7 +92,7 @@ jobs:
92
-sdk iphonesimulator
93
94
swiftpm:
95
96
env:
97
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
98
strategy:
0 commit comments