Skip to content

Commit 88309bb

Browse files
authored
Tests update
1 parent 2ee5cc4 commit 88309bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
machine: [ubuntu-latest, macOS-12]
19-
compiler: [g++-11]
19+
compiler: [g++-12]
2020
runs-on: ['${{ matrix.machine }}']
2121

2222
steps:
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
machine: [ubuntu-latest, macOS-12]
46-
compiler: [g++-11]
46+
compiler: [g++-12]
4747

4848
runs-on: ['${{ matrix.machine }}']
4949

0 commit comments

Comments
 (0)