Skip to content

Commit a01dbc7

Browse files
committed
Fix GH workflow
1 parent 4bd8054 commit a01dbc7

File tree

3 files changed

+10793
-12
lines changed

3 files changed

+10793
-12
lines changed

.github/workflows/checks.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
lint:
4040
name: Lint
41-
runs-on: macos-11
41+
runs-on: macos-12
4242
if: ${{ !github.event.pull_request.draft }}
4343
env:
4444
scripts: ${{ 'Sources/Navigator/EPUB/Scripts' }}
@@ -61,7 +61,7 @@ jobs:
6161

6262
int-dev:
6363
name: Integration (Local)
64-
runs-on: macos-11
64+
runs-on: macos-12
6565
if: ${{ !github.event.pull_request.draft }}
6666
defaults:
6767
run:
@@ -80,7 +80,7 @@ jobs:
8080
8181
int-spm:
8282
name: Integration (Swift Package Manager)
83-
runs-on: macos-11
83+
runs-on: macos-12
8484
if: ${{ !github.event.pull_request.draft }}
8585
defaults:
8686
run:
@@ -105,7 +105,7 @@ jobs:
105105
106106
int-carthage:
107107
name: Integration (Carthage)
108-
runs-on: macos-11
108+
runs-on: macos-12
109109
if: ${{ !github.event.pull_request.draft }}
110110
defaults:
111111
run:
@@ -133,7 +133,7 @@ jobs:
133133
int-cocoapods:
134134
name: Integration (CocoaPods)
135135
if: github.event_name == 'push'
136-
runs-on: macos-11
136+
runs-on: macos-12
137137
defaults:
138138
run:
139139
working-directory: TestApp

0 commit comments

Comments
 (0)