Skip to content

Commit

Permalink
Bump chosen Xcode version to latest (#2335)
Browse files Browse the repository at this point in the history
Instead of still trying to use the beta...
  • Loading branch information
gwynne committed Apr 27, 2020
1 parent cc32aeb commit 01cc1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
vapor_macos:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_11.4_beta.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- run: xcrun swift test --enable-test-discovery --sanitize=thread
Expand Down

0 comments on commit 01cc1d2

Please sign in to comment.