Skip to content

Commit

Permalink
Update Ubuntu and Debian distros to supported versions (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs committed Jul 23, 2023
1 parent 532ecd5 commit 2a5a817
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven-and-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,20 +165,19 @@ jobs:
fail-fast: false
matrix:
dist:
- { vendor: ubuntu, dist: bionic }
- { vendor: ubuntu, dist: focal }
- { vendor: ubuntu, dist: jammy }
- { vendor: debian, dist: buster }
- { vendor: ubuntu, dist: lunar }
- { vendor: debian, dist: bullseye }
- { vendor: debian, dist: bookworm }
arch:
- amd64
- arm64
- ppc64el
include: [
# crossbuild-essential-i386 is missing on bionic, failing sbuild
#{ dist: { vendor: ubuntu, dist: bionic }, arch: i386 },
{ dist: { vendor: debian, dist: buster }, arch: i386 },
{ dist: { vendor: debian, dist: bullseye }, arch: i386 },
{ dist: { vendor: debian, dist: bookworm }, arch: i386 },
]

env:
Expand Down

0 comments on commit 2a5a817

Please sign in to comment.