Skip to content

Commit 2f3247f

Browse files
committed
Update .github/workflows/linux.yml
1 parent 441e4fc commit 2f3247f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04]
14-
compiler: [g++-9, g++-10, clang++-17]
13+
os: [ubuntu-latest]
14+
compiler: [g++-, clang++]
15+
flags: [-std=c++20]
1516
optimize: [-O2]
16-
standard: [20]
1717

1818
env:
1919
CXX: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)