Skip to content

Commit c6457b6

Browse files
committed
xcode 26 / swift 6.2
1 parent 0f9c531 commit c6457b6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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
@@ -55,7 +55,7 @@ jobs:
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
@@ -69,9 +69,9 @@ jobs:
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
@@ -82,9 +82,9 @@ jobs:
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
@@ -95,9 +95,9 @@ jobs:
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

0 commit comments

Comments
 (0)