Skip to content

Commit

Permalink
chore: downgrade runners (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Mar 15, 2024
1 parent 593029f commit 99a8b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ concurrency:
jobs:
tasks:
name: "${{ matrix.cargo.name }}"
runs-on:
group: ubuntu-runners
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/event_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ permissions:
jobs:
check_pr:
name: Check PR
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
Expand Down

0 comments on commit 99a8b93

Please sign in to comment.