Skip to content

Commit

Permalink
ci: execute in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansible committed Apr 17, 2024
1 parent d94f27f commit 3661879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
local:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu:20.04, ubuntu:22.04]
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3661879

Please sign in to comment.