From 7dc3b5ba06f9158729aa3ccc5f753a1389512b0b Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 31 Jan 2024 04:42:24 -0600 Subject: [PATCH] Update CI to build on macOS 11, 12, 13, and 14. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 891f13c8a..7de0ff40f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: name: Mac UI on ${{ matrix.os }} strategy: matrix: - os: [macos-latest] + os: [macos-11, macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -17,7 +17,7 @@ jobs: name: SDL UI on ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-11, macos-12, macos-13, macos-14, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout