Skip to content

Commit e29acac

Browse files
AnsibleWenzel
Ansible
authored andcommitted
ci: execute in container
1 parent d94f27f commit e29acac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/CI.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
6060
local:
6161
strategy:
6262
matrix:
63-
os: [ubuntu-20.04, ubuntu-22.04]
64-
runs-on: ${{ matrix.os }}
63+
image: ["ubuntu:20.04", "ubuntu:22.04"]
64+
runs-on: ubuntu-22.04
65+
container:
66+
image: ${{ matrix.image }}
6567
steps:
6668
- uses: actions/checkout@v3
6769

0 commit comments

Comments
 (0)