Skip to content

Commit

Permalink
2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 11, 2024
1 parent 0cb04ed commit fdccf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
fi
matrix+=('{"platform": "windows", "runs_on": "windows-latest", "pip": "pip"},')
matrix+=('{"platform": "linux", "runs_on": "ubuntu-latest", container: {"image": "rerunio/ci_docker:0.5"}, "pip": "pip"},')
matrix+=('{"platform": "aarch64", "runs_on": ["self-hosted", "linux", "ARM64"], container: {"image": "quay.io/pypa/manylinux_2_24_aarch64"}, "pip": "python3.8 -m pip"}')
matrix+=('{"platform": "aarch64", "runs_on": ["self-hosted", "linux", "ARM64"], container: {"image": "quay.io/pypa/manylinux_2_28_aarch64"}, "pip": "python3.8 -m pip"}')
echo "Matrix values: ${matrix[@]}"
Expand Down

0 comments on commit fdccf5d

Please sign in to comment.