Skip to content

Commit b4c2fd6

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 1912e7c commit b4c2fd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929
jobs:
3030
build:
3131
name: build (JDK ${{ matrix.jdk }})
32-
runs-on: [self-hosted, linux, arm64, arcp]
32+
runs-on: ubuntu-24.04-arm
3333
strategy:
3434
fail-fast: false
3535
matrix:
@@ -134,7 +134,7 @@ jobs:
134134

135135
javadoc:
136136
name: javadoc
137-
runs-on: [self-hosted, linux, arm64, arcp]
137+
runs-on: ubuntu-24.04-arm
138138
needs: build
139139
permissions:
140140
contents: read

0 commit comments

Comments
 (0)