From 8bdd0ec01e7e63c3a2012cf8d7391d38bc44de93 Mon Sep 17 00:00:00 2001 From: Cody Kerns <44073103+codykerns@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:55:23 -0500 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 5e2dca2..301ce2d 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -16,8 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Select Xcode 15.1 - run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer + - name: Select Xcode 15.2 + run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer - name: Show eligible build destinations for StableID run: xcodebuild -showdestinations -scheme StableID