Skip to content

Commit

Permalink
chore: Run jobs on oldest supported Ubuntu
Browse files Browse the repository at this point in the history
ubuntu-20.04 runners will retired on 2025-04-01.
  • Loading branch information
twpayne committed Feb 13, 2025
1 parent 83b5870 commit b5b8095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
matrix:
os:
- macos-13
- ubuntu-20.04
- ubuntu-22.04
#- windows-2022 # fails with "debug http_download_curl received HTTP status 000"
needs: changes
runs-on: ${{ matrix.os }}
Expand All @@ -76,7 +76,7 @@ jobs:
matrix:
os:
- macos-13
- ubuntu-20.04
- ubuntu-22.04
- windows-2022
needs: changes
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
go test ./...
test-release:
needs: changes
runs-on: ubuntu-20.04 # use older Ubuntu for older glibc
runs-on: ubuntu-22.04 # use older Ubuntu for older glibc
permissions:
contents: read
steps:
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
- test-ubuntu
- test-website
- test-windows
runs-on: ubuntu-20.04 # use older Ubuntu for older glibc
runs-on: ubuntu-22.04 # use older Ubuntu for older glibc
permissions:
contents: write
steps:
Expand Down

0 comments on commit b5b8095

Please sign in to comment.