From 9cb28d23a3ecd13cac1e3d9c7800ffe35cc4e541 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 4 Dec 2024 22:39:29 -0500 Subject: [PATCH] Remove deprecated macos-12; add macos-15. --- .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 6ce5ed315..e504c9dc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: name: Mac UI / xcodebuild / ${{ matrix.os }} strategy: matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -53,7 +53,7 @@ jobs: name: SDL UI / scons / ${{ matrix.os }} strategy: matrix: - os: [macos-14, ubuntu-latest] + os: [macos-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout