Skip to content

Commit

Permalink
workflows: ubuntu-images: Do not build 16.04 and 18.04
Browse files Browse the repository at this point in the history
..since they are not updated anymore
(2 years and over 1 year respectively).

Signed-off-by: Ievgen Popovych <[email protected]>
  • Loading branch information
Jmennius committed Oct 21, 2024
1 parent 3dadbfe commit 1e93086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build-push-images:
strategy:
matrix:
release: ['16.04', '18.04', '20.04', '22.04', '24.04', '24.10']
release: ['20.04', '22.04', '24.04', '24.10']
fail-fast: false

runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e93086

Please sign in to comment.