We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedc95b commit d6838ccCopy full SHA for d6838cc
1 file changed
.github/workflows/ci.yml
@@ -285,12 +285,12 @@ jobs:
285
runs-on: ${{matrix.os}}
286
strategy:
287
matrix:
288
- os: [ "macOS-14" ]
289
- cxxstd: ["14", "17", "20"]
+ os: [ "macOS-15" ]
+ cxxstd: ["14", "17", "20", "23"]
290
291
include:
292
- - os: "macOS-13"
293
- cxxstd: "20"
+ - os: "macOS-14"
+ cxxstd: "14"
294
295
steps:
296
- uses: actions/checkout@v5
@@ -309,16 +309,9 @@ jobs:
309
TEST_XTENSOR=Off
310
fi
311
312
- if (( ${{ matrix.os }} == "macOS-13" ))
313
- then
314
- HAS_WERROR=Off
315
- else
316
- HAS_WERROR=On
317
- fi
318
-
319
CMAKE_OPTIONS=(
320
-GNinja
321
- -DHIGHFIVE_HAS_WERROR:BOOL=${HAS_WERROR}
+ -DHIGHFIVE_HAS_WERROR:BOOL=ON
322
-DHIGHFIVE_TEST_BOOST:BOOL=ON
323
-DHIGHFIVE_TEST_EIGEN:BOOL=ON
324
-DHIGHFIVE_TEST_XTENSOR:BOOL=${TEST_XTENSOR}
0 commit comments