From adfd1c1266df6c699ae9dde57401cf379447669c Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:34:03 +0100 Subject: [PATCH] Use macOS 13 runner image for x64 arch --- .github/workflows/qt5_6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 7c3cc396..516721e5 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -97,7 +97,7 @@ jobs: macOS: name: 🍏 macOS x64 - runs-on: macos-latest + runs-on: macos-13 steps: - name: ⬇ Checkout uses: actions/checkout@v4