Skip to content

Commit

Permalink
Change: [CI] Use a more recent g++
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Dec 12, 2023
1 parent ff2d94d commit ff16798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- compiler: gcc
cxxcompiler: g++

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.cxxcompiler }}
Expand Down

0 comments on commit ff16798

Please sign in to comment.