From 2fc42ccb73749bb42817dfd2be1b9518fe55cc71 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 3 Oct 2023 22:01:30 -0700 Subject: [PATCH] CI: Switch to Xcode 15 Apparently, the build images are broken or something. Signed-off-by: Christopher Snowhill --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index e4fa5e906..17a2a14eb 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -15,10 +15,10 @@ jobs: env: XCODE_DERIVEDDATA_PATH: build steps: - - name: Switch to latest stable Xcode + - name: Switch to Xcode 15 uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: 15 - name: Check out repository uses: actions/checkout@v2 with: