Skip to content

Commit d5cd3cf

Browse files
nficanoclaude
andcommitted
ci: run tests on GitHub-hosted ubuntu-24.04-arm instead of self-hosted arcp runners
Decommissioning the spruce-hosted arcp self-hosted runner pool. ubuntu-24.04-arm keeps the arm64 test architecture and is free for public repos. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1d9d89c commit d5cd3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
jobs:
3434
test:
3535
name: test (${{ matrix.tfm }})
36-
runs-on: [self-hosted, linux, arm64, arcp]
36+
runs-on: ubuntu-24.04-arm
3737
strategy:
3838
fail-fast: false
3939
matrix:

0 commit comments

Comments
 (0)