Skip to content

Commit

Permalink
Update to work with the standard runner again
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jul 7, 2023
1 parent 5b06a43 commit 5f29b01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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-8-cores, windows-latest, macos-latest]
runs-on: ubuntu-latest-8-cores
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest-8-cores]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
go test "${args[@]}" -timeout 5m ./...
test-tip:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout code
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest-8-cores]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest-8-cores]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 5f29b01

Please sign in to comment.