From 01cc1d26ff76c7d7fe0a2954dbb70226f03fe2bf Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 27 Apr 2020 08:10:53 -0500 Subject: [PATCH] Bump chosen Xcode version to latest (#2335) Instead of still trying to use the beta... --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04040fbd7c..5cac5ad364 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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