File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 token : ${{ secrets.CODECOV_TOKEN }}
2828 files : ./coverage_report.lcov
2929
30- xcode_16_2 :
30+ xcode_26 :
3131 runs-on : macos-15
3232 env :
33- DEVELOPER_DIR : /Applications/Xcode_16.2 .app/Contents/Developer
33+ DEVELOPER_DIR : /Applications/Xcode_26.0 .app/Contents/Developer
3434 steps :
3535 - name : Checkout
3636 uses : actions/checkout@v4
@@ -41,10 +41,10 @@ jobs:
4141 - name : Test
4242 run : swift test --skip-build
4343
44- xcode_15_4 :
45- runs-on : macos-14
44+ xcode_16_2 :
45+ runs-on : macos-15
4646 env :
47- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
47+ DEVELOPER_DIR : /Applications/Xcode_16.2 .app/Contents/Developer
4848 steps :
4949 - name : Checkout
5050 uses : actions/checkout@v4
5555 - name : Test
5656 run : swift test --skip-build
5757
58- xcode_15_3 :
58+ xcode_15_4 :
5959 runs-on : macos-14
6060 env :
6161 DEVELOPER_DIR : /Applications/Xcode_15.3.app/Contents/Developer
6969 - name : Test
7070 run : swift test --skip-build
7171
72- linux_5_9 :
72+ linux_5_10 :
7373 runs-on : ubuntu-latest
74- container : swift:5.9
74+ container : swift:5.10
7575 steps :
7676 - name : Checkout
7777 uses : actions/checkout@v4
8282 - name : Test
8383 run : swift test --skip-build
8484
85- linux_5_10 :
85+ linux_6 :
8686 runs-on : ubuntu-latest
87- container : swift:5.10
87+ container : swift:6.0.3
8888 steps :
8989 - name : Checkout
9090 uses : actions/checkout@v4
9595 - name : Test
9696 run : swift test --skip-build
9797
98- linux_6 :
98+ linux_6_1 :
9999 runs-on : ubuntu-latest
100- container : swift:6.0.3
100+ container : swift:6.1.2
101101 steps :
102102 - name : Checkout
103103 uses : actions/checkout@v4
@@ -108,9 +108,9 @@ jobs:
108108 - name : Test
109109 run : swift test --skip-build
110110
111- linux_6_1 :
111+ linux_swift_6_2 :
112112 runs-on : ubuntu-latest
113- container : swift:6.1.2
113+ container : swiftlang/ swift:nightly-6.2-noble
114114 steps :
115115 - name : Checkout
116116 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments