Skip to content

Commit cd24a50

Browse files
committed
ci: remove use of ubuntu-20.04 runner image
1 parent a7cdf13 commit cd24a50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linux.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
25+
os: ["ubuntu-22.04", "ubuntu-24.04"]
2626
arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"]
2727
compiler: ["gcc"]
2828
include:
29-
- os: "ubuntu-20.04"
30-
arch: "native"
31-
compiler: "clang"
3229
- os: "ubuntu-22.04"
3330
arch: "native"
3431
compiler: "clang"

0 commit comments

Comments
 (0)