Skip to content

Commit

Permalink
ci: use gh hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jcudit committed Sep 12, 2024
1 parent 29f728e commit a6812bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{matrix.name}}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on:
group: aws-highmemory-32-plus-priv
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
Expand Down

0 comments on commit a6812bb

Please sign in to comment.