Skip to content

Commit

Permalink
try default runner
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jun 11, 2024
1 parent 807ef49 commit 0a7fbff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ env:

jobs:
test:
runs-on: bazel-runner-large
runs-on: default-runner

steps:
- uses: actions/checkout@v4

- name: Install deps
run: apt install -y curl

- name: Install rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal

Expand Down

0 comments on commit 0a7fbff

Please sign in to comment.