File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 # Tests use @Test and #expect which are not available in Swift 5.x
1919 macos-swift60 :
2020 name : macOS (Swift 6.0)
21- runs-on : macos-15
21+ runs-on : macos-26
2222 strategy :
2323 matrix :
24- xcode : ['16 .0']
24+ xcode : ['26 .0']
2525 config : ['debug', 'release']
2626 steps :
2727 - uses : actions/checkout@v5
@@ -48,10 +48,10 @@ jobs:
4848
4949 macos-swift62 :
5050 name : macOS (Swift 6.2)
51- runs-on : macos-15
51+ runs-on : macos-26
5252 strategy :
5353 matrix :
54- xcode : ['16.2 ']
54+ xcode : ['26.0 ']
5555 config : ['debug', 'release']
5656 steps :
5757 - uses : actions/checkout@v5
@@ -120,7 +120,7 @@ jobs:
120120
121121 readme :
122122 name : README Code Examples
123- runs-on : macos-15
123+ runs-on : macos-26
124124 steps :
125125 - uses : actions/checkout@v5
126126
@@ -136,7 +136,7 @@ jobs:
136136
137137 documentation :
138138 name : Documentation
139- runs-on : macos-15
139+ runs-on : macos-26
140140 steps :
141141 - uses : actions/checkout@v5
142142
You can’t perform that action at this time.
0 commit comments