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