Skip to content

Commit 28ca9e7

Browse files
Fix image names
1 parent 66e96d7 commit 28ca9e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/actionlint/scenarios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020

2121
"install-jammy": {
22-
"image": "jammy:jammy",
22+
"image": "ubuntu:jammy",
2323
"features": {
2424
"actionlint": {
2525
"version": "latest"
@@ -28,7 +28,7 @@
2828
},
2929

3030
"install-jammy-with-settings": {
31-
"image": "jammy:jammy",
31+
"image": "ubuntu:jammy",
3232
"features": {
3333
"actionlint": {
3434
"version": "1.6.20",

0 commit comments

Comments
 (0)