Skip to content

Commit

Permalink
Update Xcode workflow
Browse files Browse the repository at this point in the history
Attempt to fix build again

Hopefully last action update

Try to fix workflow hang

Revert to macos-latest

Apparently the macos-12 images aren't available to the public yet.

Downgrade Xcode
  • Loading branch information
Wevah committed Apr 7, 2022
1 parent 7a01559 commit b07a8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Switch Xcode
run: sudo xcode-select -s /Applications/Xcode_12.2.app
run: sudo xcode-select -s /Applications/Xcode_13.2.1.app
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit b07a8b4

Please sign in to comment.