Skip to content

Commit

Permalink
Run format check on MacOS; setup-swift seems unreliable on Linux.
Browse files Browse the repository at this point in the history
This analysis <swift-actions/setup-swift#591 (comment)>
explains why I think it will work.

An alternative would be to run it on Linux in the devcontainer, where Swift is already set up.
  • Loading branch information
dabrahams committed Aug 19, 2023
1 parent ce1a114 commit 10cf98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
build:
name: Format check
runs-on: ubuntu-latest
runs-on: macos-13
steps:
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 10cf98b

Please sign in to comment.