Skip to content

Commit 5f0123a

Browse files
committed
Bump Ubuntu to 22.04, Fix CMake
1 parent 79d4a17 commit 5f0123a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
matrix:
2020
include:
2121

22-
- os: ubuntu-20.04
22+
- os: ubuntu-22.04
2323
qt_ver: 5
2424

25-
- os: ubuntu-20.04
25+
- os: ubuntu-22.04
2626
qt_ver: 6
2727
qt_host: linux
2828
qt_version: '6.2.4'
@@ -57,6 +57,7 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858

5959
env:
60+
CMAKE_POLICY_VERSION_MINIMUM: 3.5
6061
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
6162
INSTALL_DIR: "install"
6263
INSTALL_PORTABLE_DIR: "install-portable"

0 commit comments

Comments
 (0)