Skip to content

Commit

Permalink
Use custom runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed Feb 28, 2024
1 parent b6fcd29 commit 55b1f23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest-8-cores, macos-latest]
go-bin: ['~/go/bin']
include:
- os: windows-latest
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
check_format:
name: check format (ubuntu-latest / nightly)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -85,7 +85,7 @@ jobs:

check_lint:
name: check linter (ubuntu-latest / stable)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -106,7 +106,7 @@ jobs:

check_docs:
name: check docs (ubuntu-latest / stable)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -125,7 +125,7 @@ jobs:

check_licenses:
name: check licenses (ubuntu-latest / stable)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -137,7 +137,7 @@ jobs:

check_msrv:
name: check minimal supported rust version (ubuntu-latest / msrv)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -159,7 +159,7 @@ jobs:
check_examples:
name: check examples (ubuntu-latest / stable)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -180,7 +180,7 @@ jobs:

check_spelling:
name: check spelling (ubuntu-latest / nightly)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -205,7 +205,7 @@ jobs:

check_min_versions:
name: check minimal versions of transitive dependencies (ubuntu-latest / stable)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 55b1f23

Please sign in to comment.