Skip to content

Commit

Permalink
Switch back to ubuntu-24.04-arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 25, 2025
1 parent fbbe278 commit d36336b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion mypy_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8104d0198813a59dd26c8e9f50779533c60292b4
66dde1497fae172988d577ef1a41ee0d89a47b56

0 comments on commit d36336b

Please sign in to comment.