Skip to content

Commit 8e43ace

Browse files
committed
chore: use normal ARM runner
Closes #4.
1 parent 19b7466 commit 8e43ace

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ jobs:
204204
matrix:
205205
include:
206206
- { os: Linux, platform: linux, arch: amd64, runner: ubuntu-latest }
207-
# NOTE(https://github.com/orgs/community/discussions/148648): this
208-
# uses an attached runner for private repos
209-
- { os: Linux, platform: linux, arch: arm64, runner: private-ubuntu-24.04-arm }
207+
- { os: Linux, platform: linux, arch: arm64, runner: ubuntu-24.04-arm }
210208
- { os: macOS, platform: macos, arch: arm64, runner: macos-latest }
211209
- { os: Windows, platform: windows, arch: amd64, runner: windows-latest }
212210
permissions:

0 commit comments

Comments
 (0)