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: