From 3798c98f57a9d0bded181c914bbd34ff5f373a0d Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 8 Nov 2023 16:41:01 -0800 Subject: [PATCH] Update Xcode --- .github/workflows/swift.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 3f7b8ef..1cf6e25 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -11,6 +11,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 + - name: xcode-select + run: xcode-select -s /Applications/Xcode-15.0.app - name: Build run: swift build -Xswiftc -warnings-as-errors - name: Test