We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5275b53 commit 2abe884Copy full SHA for 2abe884
.github/workflows/main.yaml
@@ -22,8 +22,12 @@ jobs:
22
include:
23
- target: aarch64-apple-darwin
24
os: macos-15
25
+ # FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
26
+ channel: nightly-2025-02-07
27
- target: aarch64-unknown-linux-gnu
28
os: ubuntu-24.04-arm
29
30
31
- target: aarch64-pc-windows-msvc
32
os: windows-2025
33
build_only: 1 # Can't run on x86 hosts
0 commit comments