File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ permissions:
14
14
jobs :
15
15
Pods :
16
16
name : Cocoapods Lint
17
- runs-on : macos-11
17
+ runs-on : macos-12
18
18
env :
19
- DEVELOPER_DIR : /Applications/Xcode_13.2 .1.app
19
+ DEVELOPER_DIR : /Applications/Xcode_14 .1.app
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v2
34
34
35
35
Demo :
36
36
name : Run Demo
37
- runs-on : macos-11
37
+ runs-on : macos-12
38
38
env :
39
- DEVELOPER_DIR : /Applications/Xcode_13.2 .1.app
39
+ DEVELOPER_DIR : /Applications/Xcode_14 .1.app
40
40
WORKSPACE_NAME : SDWebImageSwiftUI.xcworkspace
41
41
OSXSCHEME : SDWebImageSwiftUIDemo-macOS
42
42
iOSSCHEME : SDWebImageSwiftUIDemo
92
92
93
93
Test :
94
94
name : Unit Test
95
- runs-on : macos-11
95
+ runs-on : macos-12
96
96
env :
97
- DEVELOPER_DIR : /Applications/Xcode_13.2 .1.app
97
+ DEVELOPER_DIR : /Applications/Xcode_14 .1.app
98
98
WORKSPACE_NAME : SDWebImageSwiftUI.xcworkspace
99
99
OSXSCHEME : SDWebImageSwiftUITests macOS
100
100
iOSSCHEME : SDWebImageSwiftUITests
@@ -154,9 +154,9 @@ jobs:
154
154
155
155
Build :
156
156
name : Build Library
157
- runs-on : macos-11
157
+ runs-on : macos-12
158
158
env :
159
- DEVELOPER_DIR : /Applications/Xcode_13.2 .1.app
159
+ DEVELOPER_DIR : /Applications/Xcode_14 .1.app
160
160
PROJECT_NAME : SDWebImageSwiftUI.xcodeproj
161
161
OSXSCHEME : SDWebImageSwiftUI macOS
162
162
iOSSCHEME : SDWebImageSwiftUI
You can’t perform that action at this time.
0 commit comments