Skip to content

Commit 72512e6

Browse files
committed
linux.yml: Downgrade to GCC 12
.. because ubuntu-22.04 suddenly dropped GCC 13
1 parent a7dfffc commit 72512e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ env:
1313
jobs:
1414
linux:
1515
name: Build and test (Linux)
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- cc: gcc-13
22-
cxx: g++-13
21+
- cc: gcc-12
22+
cxx: g++-12
2323
clang_major_version: null
2424
clang_repo_suffix: null
2525
- cc: clang-18

0 commit comments

Comments
 (0)