From b07a8b4e216162acc3340d1b548bd207efe4642f Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Tue, 5 Apr 2022 15:12:49 -0500 Subject: [PATCH] Update Xcode workflow 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 --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e68fff3..d3831b4 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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