Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
xcode 12
  • Loading branch information
pedantix authored Oct 7, 2020
1 parent 545d2f8 commit 92a126e
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Xcode 12.0
run: |
sudo xcode-select -s /Applications/Xcode_11.4.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
xcodebuild -version
- name: Build
run: swift build -v
Expand Down

0 comments on commit 92a126e

Please sign in to comment.