forked from xenserver/python-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.actrc
More file actions
11 lines (10 loc) · 651 Bytes
/
.actrc
File metadata and controls
11 lines (10 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
--workflows .github/workflows/main.yml
# Use this to run only specific variants of a matrix:
# -j test --matrix python-version:3.12 --matrix python-version:3.13
--platform ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04
--platform ubuntu-24.04=ghcr.io/catthehacker/ubuntu:act-24.04
--platform ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
# If using podman, use one of these, preferably in your ~/.actrc:
# --container-daemon-socket unix:///run/user/1000/podman/podman.sock
# More information on setting up act can be found at:
# https://github.com/xenserver/python-libs/blob/master/CONTRIBUTING.md#running-github-actions-locally-using-act