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 44 branches : [ main ]
55 pull_request :
66 branches : ' *'
7+
78env :
89 CI_XCODE : ' /Applications/Xcode_14.0.app/Contents/Developer'
910
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1015jobs :
1116 spm-test :
12- runs-on : macos-12
17+ runs-on : macos-latest
1318 steps :
1419 - uses : actions/checkout@v3
1520 - name : Create and set the default keychain
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: release
22on :
33 release :
44 types : [published]
5+
56env :
67 CI_XCODE_VER : ' /Applications/Xcode_12.app/Contents/Developer'
78 CI_XCODE_13 : ' /Applications/Xcode_13.4.1.app/Contents/Developer'
89
910jobs :
1011 docs :
11- runs-on : macos-12
12+ runs-on : macos-latest
1213 steps :
1314 - uses : actions/checkout@v3
1415 - name : Use multiple cores
You can’t perform that action at this time.
0 commit comments