Skip to content

Commit

Permalink
CI: use ubuntu 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Feb 6, 2025
1 parent 74ffad8 commit 17975eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,19 +468,19 @@ jobs:
matrix:
include:
- arch: amd64
distro: ubuntu:18.04
distro: ubuntu:20.04
go: latest
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
distro: ubuntu20.04
go: latest
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
distro: ubuntu20.04
go: latest
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
distro: ubuntu20.04
go: latest
go-arch: arm7
steps:
Expand Down

0 comments on commit 17975eb

Please sign in to comment.