File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,17 @@ jobs:
3939 strategy :
4040 fail-fast : false
4141 matrix :
42- step : ["main-snapshot", "16.4 ", "16.3 "]
42+ step : ["main-snapshot", "26.0 ", "16.4 "]
4343 include :
4444 - step : " main-snapshot"
45- xcode : " 16.4 "
45+ xcode : " 26.0 "
4646 swiftly : " main-snapshot"
4747 continueOnError : true
48+ - step : " 26.0"
49+ xcode : " 26.0"
4850 - step : " 16.4"
4951 xcode : " 16.4"
50- - step : " 16.3"
51- xcode : " 16.3"
52- baseline : " macos-swift-6.1.json"
53- runs-on : macos-15
52+ runs-on : macos-26
5453 continue-on-error : ${{ matrix.continueOnError == true }}
5554 steps :
5655 - uses : actions/checkout@master
@@ -101,11 +100,13 @@ jobs:
101100 strategy :
102101 fail-fast : false
103102 matrix :
104- swift : ["nightly-main", "6.1"]
103+ swift : ["nightly-main", "6.2", "6. 1"]
105104 include :
106105 - swift : " nightly-main"
107106 container : " swiftlang/swift:nightly-main"
108107 continueOnError : true
108+ - swift : " 6.2"
109+ container : " swift:6.2"
109110 - swift : " 6.1"
110111 container : " swift:6.1"
111112 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments