Skip to content

Commit 60fb3f3

Browse files
committed
remove centos
Signed-off-by: vsoch <[email protected]>
1 parent 2e170a9 commit 60fb3f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424
- name: Test Basic Guts
2525
uses: ./action/manifest
2626
with:
27-
image: centos
27+
image: ubuntu
2828

2929
- name: Filesystem Include
3030
uses: ./action/manifest
3131
with:
32-
image: centos
32+
image: ubuntu
3333
include: fs
3434

3535
generate-recipes:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
image: ["ubuntu", "centos", "rockylinux:9.0", "alpine", "busybox"]
40+
image: ["ubuntu", "rockylinux:9.0", "alpine", "busybox"]
4141

4242
name: Generate Matrix
4343
steps:

0 commit comments

Comments
 (0)