From 694eeb6c3cf06c893e65ab353aa74cb85f15150d Mon Sep 17 00:00:00 2001 From: Tim Hutton Date: Mon, 12 Feb 2024 22:31:31 +0000 Subject: [PATCH] Removed macOS 11 test build since now deprecated --- .github/workflows/build_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 9845214a..5f778df7 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-11] + os: [macos-12] build_type: [Debug, Release] runs-on: ${{ matrix.os }}