From d768acf7b465deffc7a515c58ce6f5033c821b2d Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Thu, 10 Oct 2024 13:52:29 -0700 Subject: [PATCH] Update macOS CI to macOS 13. macos-11 hosts are no longer available. --- .github/workflows/macos-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 451dae9..3f3601a 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-13 name: "macOS-x86_64-Qt${{ matrix.cfg.qt_version }}" strategy: matrix: