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 <ci@subsurface-divelog.org>
This commit is contained in:
Subsurface CI 2024-12-06 08:33:10 -08:00 committed by Dirk Hohndel
parent 4410302de8
commit e0d1a54aef

View file

@ -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