We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e3fdc commit 83c1d1bCopy full SHA for 83c1d1b
.github/workflows/test-adapters.yml
@@ -12,9 +12,9 @@ jobs:
12
- runner: ubuntu-latest
13
arch: x86_64
14
target: x86_64-unknown-linux-gnu
15
- - runner: blacksmith-16vcpu-ubuntu-2404-arm
16
- arch: aarch64
17
- target: aarch64-unknown-linux-gnu
+ #- runner: blacksmith-32vcpu-ubuntu-2404-arm
+ # arch: aarch64
+ # target: aarch64-unknown-linux-gnu
18
runs-on: ${{ matrix.runner }}
19
# can't run in container because see below
20
# For some dumb reason we can't run these tests in the dev container
0 commit comments