diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index a61a02f05..e4fa5e906 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -11,10 +11,14 @@ on: jobs: build: name: Build Universal Cog.app - runs-on: macos-12 + runs-on: macos-latest env: XCODE_DERIVEDDATA_PATH: build steps: + - name: Switch to latest stable Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Check out repository uses: actions/checkout@v2 with: