Skip to content

Commit fe3bb1f

Browse files
authored
chore: use normal ARM runner (#6)
## What's Changed Closes #4.
1 parent 19b7466 commit fe3bb1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.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)