Skip to content

Commit

Permalink
Lint on macOS because swiftformat can't run on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Aug 8, 2024
1 parent 40fc4e8 commit 064a0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcodeproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: swift test --enable-test-discovery
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
Expand Down

0 comments on commit 064a0a1

Please sign in to comment.