Skip to content

Commit 5e78278

Browse files
committed
[ci] macbeta: make cpp23 is a config parameter and not an override
1 parent 03dd69d commit 5e78278

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/root-ci-config/buildconfig/mac-beta.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CMAKE_BUILD_RPATH=/usr/local/lib
2+
CMAKE_CXX_STANDARD=23
23
builtin_cfitsio=ON
34
builtin_cppzmq=ON
45
builtin_davix=ON

.github/workflows/root-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ jobs:
111111
- platform: mac-beta
112112
is_special: true
113113
arch: ARM64
114-
overrides: ["CMAKE_CXX_STANDARD=23"]
115114

116115
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
117116
- self-hosted

0 commit comments

Comments
 (0)