Skip to content

Commit

Permalink
Uses ubuntu-22.04-github-hosted-16core runner for protobuf_conformanc…
Browse files Browse the repository at this point in the history
…e and rust workflows.
  • Loading branch information
yorik committed Oct 13, 2023
1 parent 5c8fc79 commit 65ef417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/protobuf_conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
conformance:
runs-on: ubuntu-latest
runs-on: [ubuntu-22.04-github-hosted-16core]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
check-build-test:

runs-on: ubuntu-latest
runs-on: [ubuntu-22.04-github-hosted-16core]

defaults:
run:
Expand Down

0 comments on commit 65ef417

Please sign in to comment.