Skip to content

Commit

Permalink
Change e2e runner to ubuntu-latest-8-cores
Browse files Browse the repository at this point in the history
  • Loading branch information
ka3de committed Jul 5, 2023
1 parent cde8179 commit ce0a711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
go: [stable, tip]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
platform: [ubuntu-latest-8-cores, windows-latest, macos-latest]
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ce0a711

Please sign in to comment.