From 17dbdce230f5512e31b8229be4dc15192b9e5519 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 19 Mar 2024 14:27:46 -0400 Subject: [PATCH] Eliminate SDL/scons targets for which brew is broken. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45794c931..022f472e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: name: SDL UI / scons / ${{ matrix.os }} strategy: matrix: - os: [macos-11, macos-12, macos-13, macos-14, ubuntu-latest] + os: [macos-14, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout