Skip to content

Commit

Permalink
Update .github/workflows/linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Sep 21, 2024
1 parent 441e4fc commit 2f3247f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
compiler: [g++-9, g++-10, clang++-17]
os: [ubuntu-latest]
compiler: [g++-, clang++]
flags: [-std=c++20]
optimize: [-O2]
standard: [20]

env:
CXX: ${{ matrix.compiler }}
Expand Down

0 comments on commit 2f3247f

Please sign in to comment.