Skip to content

Commit

Permalink
.github/workflows/*.yml x3: Add Ubuntu mantic, and remove lunar and f…
Browse files Browse the repository at this point in the history
…untoo
  • Loading branch information
stephengtuggy committed Nov 24, 2023
1 parent 55d76a4 commit 4be41ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Anchore-Container-Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
FROM:
- 'ubuntu:lunar'
- 'ubuntu:mantic'
- 'ubuntu:jammy'
- 'ubuntu:focal'
- 'ubuntu:bionic'
Expand All @@ -46,7 +46,7 @@ jobs:
- 'rockylinux:8.6'
- 'rockylinux:8.5'
- 'manjarolinux/base'
- 'funtoo/stage3-generic_64'
#- 'funtoo/stage3-generic_64'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: true
matrix:
FROM:
- 'ubuntu:lunar'
- 'ubuntu:mantic'
- 'ubuntu:jammy'
- 'ubuntu:focal'
- 'ubuntu:bionic'
Expand All @@ -36,7 +36,7 @@ jobs:
- 'rockylinux:8.6'
- 'rockylinux:8.5'
- 'manjarolinux/base'
- 'funtoo/stage3-generic_64'
#- 'funtoo/stage3-generic_64'

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
FROM:
- 'ubuntu:lunar'
- 'ubuntu:mantic'
- 'ubuntu:jammy'
- 'ubuntu:focal'
- 'ubuntu:bionic'
Expand All @@ -43,7 +43,7 @@ jobs:
- 'rockylinux:8.6'
- 'rockylinux:8.5'
- 'manjarolinux/base'
- 'funtoo/stage3-generic_64'
#- 'funtoo/stage3-generic_64'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4be41ab

Please sign in to comment.