Skip to content

Commit 99a8b93

Browse files
authored
chore: downgrade runners (#75)
1 parent 593029f commit 99a8b93

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ concurrency:
2020
jobs:
2121
tasks:
2222
name: "${{ matrix.cargo.name }}"
23-
runs-on:
24-
group: ubuntu-runners
23+
runs-on: ubuntu-latest
2524
strategy:
2625
fail-fast: false
2726
matrix:

.github/workflows/event_pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323
jobs:
2424
check_pr:
2525
name: Check PR
26-
runs-on:
27-
group: ${{ vars.RUN_GROUP }}
26+
runs-on: ubuntu-latest
2827
permissions:
2928
statuses: write
3029
steps:

0 commit comments

Comments
 (0)