Skip to content

Commit 7d3baa5

Browse files
committed
ci: drop ubuntu 20.04 runners
Will be removed by GitHub 2025-04-01.
1 parent 9d981d4 commit 7d3baa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/linux_builds.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- { os: ubuntu-20.04, cc: gcc-9 }
2524
- { os: ubuntu-22.04, cc: gcc-10 }
2625
- { os: ubuntu-22.04, cc: gcc-11 }
2726
- { os: ubuntu-24.04, cc: gcc-12 }
@@ -30,7 +29,6 @@ jobs:
3029
- { os: ubuntu-22.04, cc: clang-17 }
3130
- { os: ubuntu-24.04, cc: clang-18 }
3231
- { os: ubuntu-24.04, cc: clang-19 }
33-
- { os: ubuntu-20.04, cc: i686-w64-mingw32-gcc-9 }
3432
- { os: ubuntu-22.04, cc: i686-w64-mingw32-gcc-10 }
3533
- { os: ubuntu-24.04, cc: i686-w64-mingw32-gcc-11 }
3634
steps:

0 commit comments

Comments
 (0)