File tree 3 files changed +10793
-12
lines changed
3 files changed +10793
-12
lines changed Original file line number Diff line number Diff line change 38
38
39
39
lint :
40
40
name : Lint
41
- runs-on : macos-11
41
+ runs-on : macos-12
42
42
if : ${{ !github.event.pull_request.draft }}
43
43
env :
44
44
scripts : ${{ 'Sources/Navigator/EPUB/Scripts' }}
61
61
62
62
int-dev :
63
63
name : Integration (Local)
64
- runs-on : macos-11
64
+ runs-on : macos-12
65
65
if : ${{ !github.event.pull_request.draft }}
66
66
defaults :
67
67
run :
80
80
81
81
int-spm :
82
82
name : Integration (Swift Package Manager)
83
- runs-on : macos-11
83
+ runs-on : macos-12
84
84
if : ${{ !github.event.pull_request.draft }}
85
85
defaults :
86
86
run :
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
int-carthage :
107
107
name : Integration (Carthage)
108
- runs-on : macos-11
108
+ runs-on : macos-12
109
109
if : ${{ !github.event.pull_request.draft }}
110
110
defaults :
111
111
run :
@@ -133,7 +133,7 @@ jobs:
133
133
int-cocoapods :
134
134
name : Integration (CocoaPods)
135
135
if : github.event_name == 'push'
136
- runs-on : macos-11
136
+ runs-on : macos-12
137
137
defaults :
138
138
run :
139
139
working-directory : TestApp
You can’t perform that action at this time.
0 commit comments