We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7466 commit fe3bb1fCopy full SHA for fe3bb1f
.github/workflows/test.yaml
@@ -204,9 +204,7 @@ jobs:
204
matrix:
205
include:
206
- { 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 }
+ - { os: Linux, platform: linux, arch: arm64, runner: ubuntu-24.04-arm }
210
- { os: macOS, platform: macos, arch: arm64, runner: macos-latest }
211
- { os: Windows, platform: windows, arch: amd64, runner: windows-latest }
212
permissions:
0 commit comments