Skip to content

Commit 482b938

Browse files
committed
[ci] use 22.04 version of runner.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 80ca460 commit 482b938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- runner: [self-hosted, skylake40]
1414
arch: x86_64
1515
target: x86_64-unknown-linux-gnu
16-
- runner: blacksmith-32vcpu-ubuntu-2404-arm
17-
arch: aarch64
18-
target: aarch64-unknown-linux-gnu
16+
#- runner: blacksmith-32vcpu-ubuntu-2204-arm
17+
# arch: aarch64
18+
# target: aarch64-unknown-linux-gnu
1919
runs-on: ${{ matrix.runner }}
2020

2121
container:

0 commit comments

Comments
 (0)