Skip to content

Commit

Permalink
Land #1140 - remove ubuntu 20.04 runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Feb 11, 2025
2 parents a7cdf13 + cd24a50 commit b9c2e63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
os: ["ubuntu-22.04", "ubuntu-24.04"]
arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"]
compiler: ["gcc"]
include:
- os: "ubuntu-20.04"
arch: "native"
compiler: "clang"
- os: "ubuntu-22.04"
arch: "native"
compiler: "clang"
Expand Down

0 comments on commit b9c2e63

Please sign in to comment.