From ac481311a2d2eb76ed9f32b632b7c543a10de6fe Mon Sep 17 00:00:00 2001 From: Matthew Wellings Date: Tue, 19 Mar 2024 13:41:40 +0000 Subject: [PATCH] Drop macOS Github Action to macos-11. --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 4d93bf9..8ece4b0 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-11 steps: - name: Install Qt