File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
branches : [ main ]
5
5
pull_request :
6
6
branches : ' *'
7
+
7
8
env :
8
9
CI_XCODE : ' /Applications/Xcode_14.0.app/Contents/Developer'
9
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress : true
14
+
10
15
jobs :
11
16
spm-test :
12
- runs-on : macos-12
17
+ runs-on : macos-latest
13
18
steps :
14
19
- uses : actions/checkout@v3
15
20
- name : Create and set the default keychain
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: release
2
2
on :
3
3
release :
4
4
types : [published]
5
+
5
6
env :
6
7
CI_XCODE_VER : ' /Applications/Xcode_12.app/Contents/Developer'
7
8
CI_XCODE_13 : ' /Applications/Xcode_13.4.1.app/Contents/Developer'
8
9
9
10
jobs :
10
11
docs :
11
- runs-on : macos-12
12
+ runs-on : macos-latest
12
13
steps :
13
14
- uses : actions/checkout@v3
14
15
- name : Use multiple cores
You can’t perform that action at this time.
0 commit comments