File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : macos-latest
9
9
strategy :
10
10
matrix :
11
- xcode : ["14.2.0 ", "13.4 .1"]
11
+ xcode : ["15.3 ", "14.3 .1"]
12
12
steps :
13
13
- uses : maxim-lobanov/setup-xcode@v1
14
14
with :
@@ -19,14 +19,23 @@ jobs:
19
19
run :
20
20
xcodebuild -scheme "Expression (Mac)" -sdk macosx clean build test
21
21
- name : Codecov
22
- run : bash <(curl -s https://codecov.io/bash) -t f835f552-0734-4266-b5c6-0c184c368bd9
22
+ uses : codecov/codecov-action@v2
23
+ with :
24
+ # the token is optional for a public repo, but including it anyway
25
+ token : f835f552-0734-4266-b5c6-0c184c368bd9
26
+ env_vars : MD_APPLE_SDK_ROOT,RUNNER_OS,RUNNER_ARCH
23
27
linux :
24
28
runs-on : ubuntu-latest
25
29
strategy :
30
+ fail-fast : false
26
31
matrix :
27
- swift : ["5.7", "5.6", "5.5", "5.2"]
32
+ swiftver :
33
+ - swift:5.2
34
+ - swift:5.9
35
+ swiftos :
36
+ - focal
28
37
container :
29
- image : swift: ${{ matrix.swift }}
38
+ image : ${{ format('{0}-{1}', matrix.swiftver, matrix.swiftos) }}
30
39
options : --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
31
40
steps :
32
41
- name : Checkout
Original file line number Diff line number Diff line change 1
1
--hexgrouping ignore
2
2
--decimalgrouping ignore
3
3
--enable isEmpty
4
+ --disable blankLineAfterImports
5
+
4
6
--exclude Tests/XCTestManifests.swift
You can’t perform that action at this time.
0 commit comments