Skip to content

Commit

Permalink
ci:build:linux: gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 22, 2024
1 parent 337e666 commit 1e4e239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
if: runner.os == 'macOS'
run: brew install hdf5

- name: GCC Linux
if: runner.os == 'Linux'
run: |
echo "CC=gcc-14" >> $GITHUB_ENV
echo "CXX=g++-14" >> $GITHUB_ENV
- run: cmake --workflow --preset default

- run: cmake --install build
Expand Down

0 comments on commit 1e4e239

Please sign in to comment.