Skip to content

Commit 83f643d

Browse files
authored
Update rootless-podman.yaml
1 parent f977f08 commit 83f643d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rootless-podman.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Uninstall unwanted packages
@@ -38,4 +38,4 @@ jobs:
3838
- name: Run tests
3939
run: |
4040
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
41-
MIX_ENV=test mix citest --exclude needs_root
41+
MIX_ENV=test mix citest --exclude needs_root

0 commit comments

Comments
 (0)