Skip to content

Commit 4d3273f

Browse files
committed
update ci
1 parent baa8f7a commit 4d3273f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ on:
44
branches: [ main ]
55
pull_request:
66
branches: '*'
7+
78
env:
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+
1015
jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: release
22
on:
33
release:
44
types: [published]
5+
56
env:
67
CI_XCODE_VER: '/Applications/Xcode_12.app/Contents/Developer'
78
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
89

910
jobs:
1011
docs:
11-
runs-on: macos-12
12+
runs-on: macos-latest
1213
steps:
1314
- uses: actions/checkout@v3
1415
- name: Use multiple cores

0 commit comments

Comments
 (0)