We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d981d4 commit 5be3496Copy full SHA for 5be3496
.github/workflows/linux_builds.yml
@@ -21,7 +21,6 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- - { os: ubuntu-20.04, cc: gcc-9 }
25
- { os: ubuntu-22.04, cc: gcc-10 }
26
- { os: ubuntu-22.04, cc: gcc-11 }
27
- { os: ubuntu-24.04, cc: gcc-12 }
@@ -30,7 +29,6 @@ jobs:
30
29
- { os: ubuntu-22.04, cc: clang-17 }
31
- { os: ubuntu-24.04, cc: clang-18 }
32
- { os: ubuntu-24.04, cc: clang-19 }
33
- - { os: ubuntu-20.04, cc: i686-w64-mingw32-gcc-9 }
34
- { os: ubuntu-22.04, cc: i686-w64-mingw32-gcc-10 }
35
- { os: ubuntu-24.04, cc: i686-w64-mingw32-gcc-11 }
36
steps:
0 commit comments