Skip to content

Commit

Permalink
Revert to default runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Apr 26, 2024
1 parent 1a1e151 commit 8175975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

build:
needs: [docker-build-image]
runs-on: ubuntu-latest-m # Larger Runner with 150gb ssd
runs-on: ubuntu-latest # Default runner
# runs-on: ubuntu-latest-m # Larger Runner with 150gb ssd
container: ${{ needs.docker-build-image.outputs.docker_tag }}
env:
DEPOT_TOOLS_UPDATE: 0
Expand Down

0 comments on commit 8175975

Please sign in to comment.