Skip to content

Commit 448f9ac

Browse files
committed
ci(virtual-env): add ubuntu-24.04 to the matrix
Signed-off-by: CrazyMax <[email protected]>
1 parent 624e16f commit 448f9ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/virtual-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
os:
2323
- ubuntu-latest
24+
- ubuntu-24.04
2425
- ubuntu-22.04
2526
- ubuntu-20.04
2627
steps:
@@ -42,7 +43,7 @@ jobs:
4243
-
4344
name: Docker daemon conf
4445
run: |
45-
cat /etc/docker/daemon.json
46+
cat /etc/docker/daemon.json || true
4647
-
4748
name: Docker info
4849
run: docker info

0 commit comments

Comments
 (0)