Skip to content

Commit

Permalink
ci: update gcc (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier authored Feb 3, 2025
1 parent a1aa9eb commit ab66d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
compiler:
- { name: Clang, cc: clang, cxx: clang++ }
- { name: GNU, cc: gcc-10, cxx: g++-10 }
- { name: GNU, cc: gcc-14, cxx: g++-14 }
- { name: Intel, cc: icx, cxx: icpx }
build-mode: [Debug, Release]
timeout-minutes: 60
Expand All @@ -29,7 +29,7 @@ jobs:
- name: install-gcc
if: matrix.compiler.name == 'GNU'
run: |
sudo apt-get install -y gcc-10
sudo apt-get install -y gcc-14
- name: export-compiler
run: |
echo CXX=${{ matrix.compiler.cxx }} >> $GITHUB_ENV
Expand Down

0 comments on commit ab66d8d

Please sign in to comment.