Skip to content

Commit

Permalink
Remove unavailable runner types for verify-on-container workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonce committed Sep 25, 2023
1 parent 2eaca28 commit 9c00ecd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/verify-on-container-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
docker_image:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-container-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
docker_image:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/verify-on-container-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
docker_image:
- ubuntu:16.04
- ubuntu:18.04
- ubuntu:20.04
- ubuntu:22.04
uses: "./.github/workflows/reusable-verify.yml"
Expand Down

0 comments on commit 9c00ecd

Please sign in to comment.