Skip to content

Commit

Permalink
Upgrade GCC as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Jul 5, 2024
1 parent be2b22d commit 65b2a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
compiler: [g++-13,clang++-18]
compiler: [g++-14,clang++-18]

steps:
- name: Checkout code
Expand All @@ -22,7 +22,7 @@ jobs:
submodules: recursive

- name: Install GCC compiler
run: sudo apt install g++-13
run: sudo apt install g++-14

- name: install LLVM compiler
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For other systems, you'll have to install from sources.
Build from source
-----------------

A modern compiler is necessary. I am working with GCC 13 and clang 18. You need to set the
A modern compiler is necessary. I am working with GCC 14 and clang 18. You need to set the
$CXX variable before executing make.

Linux
Expand Down

0 comments on commit 65b2a61

Please sign in to comment.