Skip to content

Commit

Permalink
Switch back to ubuntu-24.04-arm runners (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Mar 3, 2025
1 parent 3e5abcd commit 8a772a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cibuildwheel --config-file=cibuildwheel.toml --print-build-identifiers --platform linux --archs x86_64 mypy \
| pyp 'json.dumps({"only": x, "os": "ubuntu-latest"})' \
&& cibuildwheel --config-file=cibuildwheel.toml --print-build-identifiers --platform linux --archs aarch64 mypy \
| pyp 'json.dumps({"only": x, "os": "ubuntu-22.04-arm"})' \
| pyp 'json.dumps({"only": x, "os": "ubuntu-24.04-arm"})' \
&& cibuildwheel --config-file=cibuildwheel.toml --print-build-identifiers --platform macos mypy \
| pyp 'json.dumps({"only": x, "os": "macos-latest"})' \
&& cibuildwheel --config-file=cibuildwheel.toml --print-build-identifiers --platform windows mypy \
Expand Down

0 comments on commit 8a772a2

Please sign in to comment.