Skip to content

Commit 3a07cbe

Browse files
authored
Merge pull request #348 from Libvisual/fix-ci
`linux.yml`: Downgrade to GCC 12 to fix CI
2 parents a7dfffc + 72512e6 commit 3a07cbe

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)