mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4410302de8
commit
e0d1a54aef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
|
@ -15,7 +15,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macOS-12
|
runs-on: macOS-13
|
||||||
steps:
|
steps:
|
||||||
- name: checkout sources
|
- name: checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${GITHUB_WORKSPACE}/..
|
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 QT_QPA_PLATFORM_PLUGIN_PATH=$QT_ROOT/plugins
|
||||||
export PATH=$QT_ROOT/bin:$PATH
|
export PATH=$QT_ROOT/bin:$PATH
|
||||||
export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake
|
export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue