File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11name : CI
2+
23on :
34 pull_request :
45 types :
@@ -9,12 +10,12 @@ permissions: {}
910
1011concurrency :
1112 group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
13+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
1314
1415jobs :
1516 test :
1617 name : Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
17- runs-on : macos-latest
18+ runs-on : macos-13
1819
1920 env :
2021 xcodeproj : SimpleKeychain.xcodeproj
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
@@ -54,12 +55,12 @@ jobs:
5455
5556 test-package :
5657 name : Test Swift package using Xcode ${{ matrix.xcode }}
57- runs-on : macos-latest
58+ runs-on : macos-13
5859
5960 strategy :
6061 matrix :
6162 xcode :
62- - ' 14.2 '
63+ - ' 15.0.1 '
6364
6465 steps :
6566 - name : Checkout
@@ -75,12 +76,12 @@ jobs:
7576
7677 pod-lint :
7778 name : Lint podspec using Xcode ${{ matrix.xcode }}
78- runs-on : macos-latest
79+ runs-on : macos-13
7980
8081 strategy :
8182 matrix :
8283 xcode :
83- - ' 14.2 '
84+ - ' 15.0.1 '
8485
8586 steps :
8687 - name : Checkout
9697
9798 swiftlint :
9899 name : Lint code with SwiftLint
99- runs-on : macos-latest
100+ runs-on : macos-13
100101
101102 steps :
102103 - name : Checkout
You can’t perform that action at this time.
0 commit comments