Skip to content

Commit b2724e7

Browse files
committed
Fix CI: use macos-15 runner and Xcode 16.2
1 parent 552b517 commit b2724e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
# Primary development workflow: Latest Swift on macOS with debug build
1818
macos-latest:
1919
name: macOS (Swift 6.2, debug)
20-
runs-on: macos-26
20+
runs-on: macos-15
2121
steps:
2222
- uses: actions/checkout@v5
2323

2424
- name: Select Xcode 26.0
25-
run: sudo xcode-select -s /Applications/Xcode_26.0.app
25+
run: sudo xcode-select -s /Applications/Xcode_16.2.app
2626

2727
- name: Print Swift version
2828
run: swift --version

0 commit comments

Comments
 (0)