Skip to content

Commit

Permalink
Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Aug 24, 2023
1 parent 4bd8054 commit 78e6c0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
lint:
name: Lint
runs-on: macos-11
runs-on: macos-12
if: ${{ !github.event.pull_request.draft }}
env:
scripts: ${{ 'Sources/Navigator/EPUB/Scripts' }}
Expand All @@ -61,7 +61,7 @@ jobs:

int-dev:
name: Integration (Local)
runs-on: macos-11
runs-on: macos-12
if: ${{ !github.event.pull_request.draft }}
defaults:
run:
Expand All @@ -80,7 +80,7 @@ jobs:
int-spm:
name: Integration (Swift Package Manager)
runs-on: macos-11
runs-on: macos-12
if: ${{ !github.event.pull_request.draft }}
defaults:
run:
Expand All @@ -105,7 +105,7 @@ jobs:
int-carthage:
name: Integration (Carthage)
runs-on: macos-11
runs-on: macos-12
if: ${{ !github.event.pull_request.draft }}
defaults:
run:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
int-cocoapods:
name: Integration (CocoaPods)
if: github.event_name == 'push'
runs-on: macos-11
runs-on: macos-12
defaults:
run:
working-directory: TestApp
Expand Down

0 comments on commit 78e6c0b

Please sign in to comment.