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 552b517 commit b2724e7Copy full SHA for b2724e7
.github/workflows/ci.yml
@@ -17,12 +17,12 @@ jobs:
17
# Primary development workflow: Latest Swift on macOS with debug build
18
macos-latest:
19
name: macOS (Swift 6.2, debug)
20
- runs-on: macos-26
+ runs-on: macos-15
21
steps:
22
- uses: actions/checkout@v5
23
24
- name: Select Xcode 26.0
25
- run: sudo xcode-select -s /Applications/Xcode_26.0.app
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app
26
27
- name: Print Swift version
28
run: swift --version
0 commit comments