From c3c68a28d95eb5b1d58c9e55501f1f5e080744d0 Mon Sep 17 00:00:00 2001 From: Aurelius Prochazka Date: Mon, 22 Apr 2024 20:32:42 -0700 Subject: [PATCH] Bring back runs-on --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3c74f24..6e5073e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,7 @@ jobs: build_demo: name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }}) + 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.