From d480ddb0c8392d7c37c5de55b7c6d5a72455e00c Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Mon, 5 Feb 2024 16:41:43 +0100 Subject: [PATCH] [GitHub] No, M1 runners also can't run Metal --- .github/workflows/macos-metal.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/macos-metal.yml b/.github/workflows/macos-metal.yml index 859fafca3..5076fedf2 100644 --- a/.github/workflows/macos-metal.yml +++ b/.github/workflows/macos-metal.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v2 @@ -19,7 +19,5 @@ jobs: run: ./get_dlc - name: Compile run: ./make -g metal --kinc . --from Tests/Empty --compile - - name: Compile and run Test 1 - run: ./make --kinc . --from Tests/Shader --run - name: Compile and Run Test 2 (SIMD) run: ./make --kinc . --from Tests/SIMD --run