Skip to content

Commit

Permalink
another runner2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Nov 11, 2024
1 parent a444720 commit 49440bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,8 @@ jobs:
id: test

test-arm:
name: Test (ARM)
runs-on:
[
runs-on,
runner=64cpu-linux-arm64,
]
name: arm test
runs-on: ["runs-on", "runner=64cpu-linux-arm64", "run-id=${{ github.run_id }}"]
env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
steps:
Expand Down

0 comments on commit 49440bd

Please sign in to comment.