Skip to content

Commit

Permalink
ci: execute in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansible authored and Wenzel committed Apr 17, 2024
1 parent d94f27f commit e29acac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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]
runs-on: ${{ matrix.os }}
image: ["ubuntu:20.04", "ubuntu:22.04"]
runs-on: ubuntu-22.04
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e29acac

Please sign in to comment.