File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- name : Ubuntu 22 .04 (Installation)
1+ name : Ubuntu 24 .04 (Installation)
22
33on :
44 pull_request :
@@ -22,11 +22,12 @@ concurrency:
2222
2323jobs :
2424 ubuntu-build :
25- runs-on : ubuntu-22 .04
25+ runs-on : ubuntu-24 .04
2626 strategy :
2727 matrix :
2828 include :
2929 shared : [ON, OFF]
30+ cxx : [g++-12, clang++]
3031 steps :
3132 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3233 - name : Setup Ninja
Original file line number Diff line number Diff line change 22#
33# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors
44
5- set (CPM_DOWNLOAD_VERSION 0.38.6 )
6- set (CPM_HASH_SUM "11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07 " )
5+ set (CPM_DOWNLOAD_VERSION 0.40.2 )
6+ set (CPM_HASH_SUM "c8cdc32c03816538ce22781ed72964dc864b2a34a310d3b7104812a5ca2d835d " )
77
88if (CPM_SOURCE_CACHE)
99 set (CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE} /cpm/CPM_${CPM_DOWNLOAD_VERSION} .cmake" )
You can’t perform that action at this time.
0 commit comments