Skip to content

Commit

Permalink
ci: Use standard runners for simple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Apr 17, 2023
1 parent 321cf0d commit 13a2852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

go-modules:
name: Setup go
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest

steps:
- name: Checkout repo
Expand All @@ -96,7 +96,7 @@ jobs:
check-imports:
name: Check imports
needs: go-modules
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest

steps:
- name: Checkout repo
Expand Down

0 comments on commit 13a2852

Please sign in to comment.