Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/latest-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
include:
- target: aarch64-apple-darwin
runner_os: macos-latest
- target: aarch64-unknown-linux-gnu
runner_os: ubuntu-latest
- target: aarch64-unknown-linux-musl
runner_os: ubuntu-latest
- target: aarch64-pc-windows-msvc
# There is no windows-latest-arm runner.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least according to the docs. Didn't actually try it.

runner_os: windows-11-arm
- target: armv7-unknown-linux-gnueabihf
runner_os: ubuntu-latest
- target: x86_64-apple-darwin
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ jobs:
- target: aarch64-apple-darwin
runner_os: macos-26

- target: aarch64-unknown-linux-gnu
runner_os: ubuntu-22.04-arm
- target: aarch64-unknown-linux-gnu
runner_os: ubuntu-24.04-arm

- target: aarch64-unknown-linux-musl
runner_os: ubuntu-22.04-arm
- target: aarch64-unknown-linux-musl
runner_os: ubuntu-24.04-arm

- target: aarch64-pc-windows-msvc
runner_os: windows-11-arm
Comment thread
uklotzde marked this conversation as resolved.

- target: armv7-unknown-linux-gnueabihf
runner_os: ubuntu-22.04
- target: armv7-unknown-linux-gnueabihf
Expand Down
Loading