From 0a78d54c76122201d4da53122af525747b555669 Mon Sep 17 00:00:00 2001 From: Olivier LDff Date: Tue, 20 Aug 2024 16:51:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Use=20old=20macOS=20runner=20to?= =?UTF-8?q?=20run=20Qt5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5339887..f738fb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macOS-latest, ubuntu-latest] + os: [windows-latest, macOS-13, ubuntu-latest] qt-version: ['5.15.2', '6.2.0'] steps: -