Skip to content

Commit

Permalink
Use g++-13 in CI build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Sep 27, 2023
1 parent fd7ba89 commit 3ce31cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt -y install g++-12 libgtest-dev meson curl git cmake
sudo apt -y install g++-13 libgtest-dev meson curl git cmake
- name: Install google benchmarks
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Build
env:
CXX: g++-12
CXX: g++-13
run: |
make clean
meson setup --warnlevel 2 --werror --buildtype plain builddir
Expand Down

0 comments on commit 3ce31cc

Please sign in to comment.