From e0d1a54aefc46a70621b2228d1dd11a24882139d Mon Sep 17 00:00:00 2001 From: Subsurface CI Date: Fri, 6 Dec 2024 08:33:10 -0800 Subject: [PATCH] macOS: build against Qt 5.15.16 With this we should be able to switch to a newer mac build VM. Signed-off-by: Subsurface CI --- .github/workflows/mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 46f237365..c718367fe 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: macOS-12 + runs-on: macOS-13 steps: - name: checkout sources uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: fi cd ${GITHUB_WORKSPACE}/.. - export QT_ROOT=${GITHUB_WORKSPACE}/qt-mac/Qt5.15.15 + export QT_ROOT=${GITHUB_WORKSPACE}/qt-mac/Qt5.15.16 export QT_QPA_PLATFORM_PLUGIN_PATH=$QT_ROOT/plugins export PATH=$QT_ROOT/bin:$PATH export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake