From 826f4c1d485acfce4554709f94993b5dd6422c5a Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 20 May 2024 14:21:42 -0400 Subject: [PATCH] Eliminate macos-11. As per GitHub's announcement that "The macOS 11 runner image will be removed by 6/28/24" --- .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 022f472e1..6ce5ed315 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-11, macos-12, macos-13, macos-14] + os: [macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Checkout