Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xjia1 authored Nov 19, 2023
1 parent 8e59482 commit 2deee72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ on:

jobs:
build:
runs-on: dimerun-h9-ubuntu2204
runs-on: dimerun-k3-ubuntu2204
steps:
- name: mount .cache as tmpfs
run: sudo mount -t tmpfs -o size=200G bazelcache /home/runner/.cache
- run: sudo loginctl enable-linger runner
- uses: actions/checkout@v4
- run: make
Expand Down

0 comments on commit 2deee72

Please sign in to comment.