Skip to content

Commit

Permalink
Attempting using systemd container, only Ubuntu 22.04 is currently valid
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 15, 2024
1 parent 623b50e commit 8a5c2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
name: ${{ matrix.instance }}
runs-on: ubuntu-latest
container:
image: ghcr.io/saltstack/salt-ci-containers/testing:${{ inputs.container-slug }}
image: ghcr.io/saltstack/salt-ci-containers/testing:systemd-${{ inputs.container-slug }}
options: --privileged

timeout-minutes: ${{ inputs.timeout }}
strategy:
Expand Down

0 comments on commit 8a5c2d8

Please sign in to comment.