Fix GitHub Actions
This commit is contained in:
parent
90f1f54a21
commit
687b67a6a2
3 changed files with 8 additions and 8 deletions
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
|
|
@ -4,7 +4,7 @@ on: pull_request
|
|||
|
||||
jobs:
|
||||
swiftformat:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
swiftformat --lint .
|
||||
|
||||
swiftlint:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue