File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 8
8
branches : [ main ]
9
9
10
10
env :
11
- CI_XCODE : ' /Applications/Xcode_15.4 .app/Contents/Developer'
11
+ CI_XCODE : ' /Applications/Xcode_16.2 .app/Contents/Developer'
12
12
13
13
concurrency :
14
14
group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
17
jobs :
18
18
spm-test :
19
- runs-on : macos-14
19
+ runs-on : macos-15
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- name : Install SwiftLint
33
33
with :
34
34
format : lcov
35
35
search-paths : ./.build
36
+ ignore-conversion-failures : true
36
37
env :
37
38
DEVELOPER_DIR : ${{ env.CI_XCODE }}
38
39
- name : Upload coverage to Codecov
69
70
70
71
docs :
71
72
timeout-minutes : 20
72
- runs-on : macos-14
73
+ runs-on : macos-15
73
74
steps :
74
75
- uses : actions/checkout@v4
75
76
- name : Generate Docs
Original file line number Diff line number Diff line change 4
4
types : [published]
5
5
6
6
env :
7
- CI_XCODE : ' /Applications/Xcode_15.4 .app/Contents/Developer'
7
+ CI_XCODE : ' /Applications/Xcode_16.2 .app/Contents/Developer'
8
8
9
9
jobs :
10
10
docs :
11
- runs-on : macos-14
11
+ runs-on : macos-15
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Build and Deploy Docs
Original file line number Diff line number Diff line change 1
1
# ================================
2
2
# Build image
3
3
# ================================
4
- FROM swift:6.0 -jammy as build
4
+ FROM swift:5.10 -jammy as build
5
5
6
6
# Install OS updates and, if needed, sqlite3
7
7
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -47,7 +47,7 @@ RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w
47
47
# ================================
48
48
# Run image
49
49
# ================================
50
- FROM swift:6.0 -jammy-slim
50
+ FROM swift:5.10 -jammy-slim
51
51
52
52
# Make sure all system packages are up to date, and install only essential packages.
53
53
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
You can’t perform that action at this time.
0 commit comments