Skip to content

Commit

Permalink
Update machine runs-on type
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 22, 2024
1 parent 39ada4c commit cbb4c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ on:

jobs:
build-commit:
runs-on: |
${{ inputs.machine_arch == 'x86' && 'buildjet-8vcpu-ubuntu-2004' || 'buildjet-8vcpu-ubuntu-2204-arm' }}
runs-on: buildjet-8vcpu-ubuntu-2004
timeout-minutes: 15 # Remove for ssh debugging
permissions:
id-token: write
Expand Down

0 comments on commit cbb4c08

Please sign in to comment.