File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
token : ${{ secrets.CODECOV_TOKEN }}
28
28
files : ./coverage_report.lcov
29
29
30
- xcode_16_2 :
30
+ xcode_26 :
31
31
runs-on : macos-15
32
32
env :
33
- DEVELOPER_DIR : /Applications/Xcode_16.2 .app/Contents/Developer
33
+ DEVELOPER_DIR : /Applications/Xcode_26.0 .app/Contents/Developer
34
34
steps :
35
35
- name : Checkout
36
36
uses : actions/checkout@v4
@@ -41,10 +41,10 @@ jobs:
41
41
- name : Test
42
42
run : swift test --skip-build
43
43
44
- xcode_15_4 :
45
- runs-on : macos-14
44
+ xcode_16_2 :
45
+ runs-on : macos-15
46
46
env :
47
- DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
47
+ DEVELOPER_DIR : /Applications/Xcode_16.2 .app/Contents/Developer
48
48
steps :
49
49
- name : Checkout
50
50
uses : actions/checkout@v4
@@ -53,12 +53,12 @@ jobs:
53
53
- name : Build
54
54
run : swift build --build-tests
55
55
- name : Test
56
- run : swift test
56
+ run : swift test --skip-build
57
57
58
- xcode_15_2 :
58
+ xcode_15_4 :
59
59
runs-on : macos-14
60
60
env :
61
- DEVELOPER_DIR : /Applications/Xcode_15.2 .app/Contents/Developer
61
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
62
62
steps :
63
63
- name : Checkout
64
64
uses : actions/checkout@v4
@@ -108,9 +108,9 @@ jobs:
108
108
- name : Test
109
109
run : swift test --skip-build
110
110
111
- linux_swift_5_9 :
111
+ linux_swift_6_2 :
112
112
runs-on : ubuntu-latest
113
- container : swift:5.9
113
+ container : swiftlang/ swift:nightly-6.2-noble
114
114
steps :
115
115
- name : Checkout
116
116
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.9
1
+ // swift-tools-version:5.10
2
2
3
3
import PackageDescription
4
4
Original file line number Diff line number Diff line change 5
5
docker run -it \
6
6
--rm \
7
7
--mount src=" $( pwd) " ,target=/mutex,type=bind \
8
- swiftlang/swift:nightly-6.0-jammy \
8
+ swiftlang/swift:nightly-6.2-noble \
9
9
/usr/bin/swift test --package-path /mutex
You can’t perform that action at this time.
0 commit comments