File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
50
50
cocoapods :
51
51
name : Verify cocopods podspec
52
52
needs : [ build-xcodebuild ]
53
- runs-on : macos-latest
53
+ runs-on : macos-13
54
54
55
55
steps :
56
56
- name : Checkout
57
57
uses : actions/checkout@v3
58
58
- name : xcode version
59
59
uses : maxim-lobanov/setup-xcode@v1
60
60
with :
61
- xcode-version : latest-stable
61
+ xcode-version : ' 14.2.0 '
62
62
- name : Verify cocoapods
63
63
run : pod lib lint --allow-warnings
Original file line number Diff line number Diff line change 4
4
types : [published]
5
5
jobs :
6
6
deploy :
7
- runs-on : macos-latest
7
+ runs-on : macos-13
8
8
steps :
9
9
- uses : actions/checkout@v4
10
-
10
+ - name : xcode version
11
+ uses : maxim-lobanov/setup-xcode@v1
12
+ with :
13
+ xcode-version : ' 14.2.0'
14
+
11
15
- name : Install Cocoapods
12
16
run : gem install cocoapods
13
17
You can’t perform that action at this time.
0 commit comments