File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88jobs :
9- xcode_16_4 :
10- runs-on : macos-15
9+ xcode_26_2 :
10+ runs-on : macos-26
1111 env :
12- DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
12+ DEVELOPER_DIR : /Applications/Xcode_26.2 .app/Contents/Developer
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
@@ -32,10 +32,24 @@ jobs:
3232 junit : result-swift-testing.xml
3333 coverage : .build/debug/codecov/KeyValueCoder.json
3434
35- xcode_26 :
35+ xcode_26_1 :
3636 runs-on : macos-15
3737 env :
38- DEVELOPER_DIR : /Applications/Xcode_26.0.app/Contents/Developer
38+ DEVELOPER_DIR : /Applications/Xcode_26.1.1.app/Contents/Developer
39+ steps :
40+ - name : Checkout
41+ uses : actions/checkout@v4
42+ - name : Version
43+ run : swift --version
44+ - name : Build
45+ run : swift build --build-tests
46+ - name : Test
47+ run : swift test --skip-build
48+
49+ xcode_16_4 :
50+ runs-on : macos-15
51+ env :
52+ DEVELOPER_DIR : /Applications/Xcode_16.4.app/Contents/Developer
3953 steps :
4054 - name : Checkout
4155 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments