Skip to content

Commit

Permalink
Use buildjet runner when testing programs
Browse files Browse the repository at this point in the history
Without it we're getting a "no space left on device" error.

See actions/runner-images#2875
  • Loading branch information
lorisleiva committed May 18, 2023
1 parent 8801666 commit b1aebe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
test_programs:
name: Test
runs-on: ubuntu-latest
runs-on: buildjet-16vcpu-ubuntu-2004
strategy:
matrix:
program: ${{ fromJson(inputs.program_matrix) }}
Expand Down

0 comments on commit b1aebe2

Please sign in to comment.