Skip to content

Commit

Permalink
use smaller runner to hopefully not get stuck in build queue
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Oct 20, 2023
1 parent e36a88d commit 82c5fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
include:
- container: debian:bookworm
label: bookworm-aarch64
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on: buildjet-4vcpu-ubuntu-2204-arm
- container: debian:bookworm
label: bookworm-x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-4vcpu-ubuntu-2204
container: ${{ matrix.container }}
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit 82c5fb2

Please sign in to comment.