From 292414aa08011a97a8771f36b8f2bdbf351cb757 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:14:31 -0300 Subject: [PATCH] CI/macOS: Update to macOS 13 This is mainly done because Homebrew has recently dropped support for macOS 12, which causes a massive slowdown in CI when installing Qt 6, because it has to be built from source. --- .github/workflows/macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d2bc26a7..e62d1676 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,11 +15,11 @@ jobs: fail-fast: false matrix: include: - - os: macos-12 + - os: macos-13 qt-version-major: 5 build-type: debug - - os: macos-12 + - os: macos-13 qt-version-major: 6 build-type: debug steps: @@ -71,11 +71,11 @@ jobs: fail-fast: false matrix: include: - - os: macos-12 + - os: macos-13 qt-version: 5.15.2 build-type: release - - os: macos-12 + - os: macos-13 qt-version: 6.5.2 build-type: release steps: