We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5cb1a2 + ac25d52 commit 8eb458cCopy full SHA for 8eb458c
.github/workflows/cmake_install.yml
@@ -118,7 +118,7 @@ jobs:
118
119
ubuntu_2204_stable:
120
name: Ubuntu 22.04 stable versions cxx17 (static libs - shared libs)
121
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
122
env:
123
INSTALL_TEST_DIR: '/home/runner/install_test'
124
# CMake 3.22 is the apt package version for Ubuntu 22.04
@@ -156,7 +156,7 @@ jobs:
156
157
ubuntu_2204_minimum:
158
name: Ubuntu 22.04 minimum versions cxx14 (static libs - shared libs)
159
160
161
162
# Set to the current minimum version of cmake
0 commit comments