We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f977f08 commit 83f643dCopy full SHA for 83f643d
1 file changed
.github/workflows/rootless-podman.yaml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
test:
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- name: Uninstall unwanted packages
@@ -38,4 +38,4 @@ jobs:
38
- name: Run tests
39
run: |
40
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
41
- MIX_ENV=test mix citest --exclude needs_root
+ MIX_ENV=test mix citest --exclude needs_root
0 commit comments