File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
+
2
3
on :
3
4
pull_request :
4
5
types :
@@ -9,12 +10,12 @@ permissions: {}
9
10
10
11
concurrency :
11
12
group : ${{ github.workflow }}-${{ github.ref }}
12
- cancel-in-progress : true
13
+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
13
14
14
15
jobs :
15
16
test :
16
17
name : Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
17
- runs-on : macos-latest
18
+ runs-on : macos-13
18
19
19
20
env :
20
21
xcodeproj : SimpleKeychain.xcodeproj
26
27
- { os: macOS, scheme: SimpleKeychain-macOS }
27
28
- { os: tvOS, scheme: SimpleKeychain-tvOS }
28
29
xcode :
29
- - ' 14.2 '
30
+ - ' 15.0.1 '
30
31
31
32
steps :
32
33
- name : Checkout
@@ -54,12 +55,12 @@ jobs:
54
55
55
56
test-package :
56
57
name : Test Swift package using Xcode ${{ matrix.xcode }}
57
- runs-on : macos-latest
58
+ runs-on : macos-13
58
59
59
60
strategy :
60
61
matrix :
61
62
xcode :
62
- - ' 14.2 '
63
+ - ' 15.0.1 '
63
64
64
65
steps :
65
66
- name : Checkout
@@ -75,12 +76,12 @@ jobs:
75
76
76
77
pod-lint :
77
78
name : Lint podspec using Xcode ${{ matrix.xcode }}
78
- runs-on : macos-latest
79
+ runs-on : macos-13
79
80
80
81
strategy :
81
82
matrix :
82
83
xcode :
83
- - ' 14.2 '
84
+ - ' 15.0.1 '
84
85
85
86
steps :
86
87
- name : Checkout
96
97
97
98
swiftlint :
98
99
name : Lint code with SwiftLint
99
- runs-on : macos-latest
100
+ runs-on : macos-13
100
101
101
102
steps :
102
103
- name : Checkout
You can’t perform that action at this time.
0 commit comments