From 0d78ed814a1a4e62a2431913ddc6dac6c8edd0dc Mon Sep 17 00:00:00 2001 From: MrStevns Date: Sat, 19 Oct 2024 15:09:23 +0200 Subject: [PATCH] Bump macOS runner to Ventura This should bring back 5.15 bottles for our macOS runner. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6397993aa..0ad99eb39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - name: Qt 5 / macOS x86_64 - os: macos-12 + os: macos-13 container: qt: 5 - name: Qt 5 / macOS arm64 @@ -59,7 +59,7 @@ jobs: container: { image: "ubuntu:22.04", options: --privileged } qt: 6 - name: Qt 6 / macOS x86_64 - os: macos-12 + os: macos-13 container: qt: 6 - name: Qt 6 / macOS arm64