From b7565b9eed945c2a58da91785fa275d37eaec84f Mon Sep 17 00:00:00 2001 From: Aurelius Prochazka Date: Mon, 22 Apr 2024 20:34:25 -0700 Subject: [PATCH] Bring back runs-on --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f2aecb..7bd1ad1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }}) # NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022. # Source: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources - runs-on: macos-12 + runs-on: macos-13 needs: [swift_test] strategy: # Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails. @@ -28,7 +28,7 @@ jobs: scheme: - KeyboardDemo (iOS) - KeyboardDemo (macOS) -\ steps: + steps: - name: Build Demo uses: AudioKit/ci/.github/actions/build-demo@main with: