Skip to content

Commit ec85a9c

Browse files
authored
Use Xcode 15 on CI
1 parent 95208c3 commit ec85a9c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
23
on:
34
pull_request:
45
types:
@@ -9,7 +10,7 @@ permissions: {}
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1314

1415
jobs:
1516
test:
@@ -26,7 +27,7 @@ jobs:
2627
- { os: macOS, scheme: SimpleKeychain-macOS }
2728
- { os: tvOS, scheme: SimpleKeychain-tvOS }
2829
xcode:
29-
- '14.2'
30+
- '15.0.1'
3031

3132
steps:
3233
- name: Checkout
@@ -59,7 +60,7 @@ jobs:
5960
strategy:
6061
matrix:
6162
xcode:
62-
- '14.2'
63+
- '15.0.1'
6364

6465
steps:
6566
- name: Checkout
@@ -80,7 +81,7 @@ jobs:
8081
strategy:
8182
matrix:
8283
xcode:
83-
- '14.2'
84+
- '15.0.1'
8485

8586
steps:
8687
- name: Checkout

0 commit comments

Comments
 (0)