From 9fa2130b0663cb0e05afb2e15f4fb14df69581e2 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:29:11 +0100 Subject: [PATCH] Revert "Use macOS 13 runner image for x64 arch" This reverts commit adfd1c1266df6c699ae9dde57401cf379447669c. --- .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 516721e5..7c3cc396 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-13 + runs-on: macos-latest steps: - name: ⬇ Checkout uses: actions/checkout@v4