chore: revert back to using previous ubuntu runners (#1286)
This commit is contained in:
parent
bb81c1786c
commit
621feada26
@ -24,7 +24,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
manual:
|
manual:
|
||||||
name: Run capsule tests -- manual trigger
|
name: Run capsule tests -- manual trigger
|
||||||
runs-on: ubuntu-20.04-16core
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
GOPROXY: ${{ secrets.GO_PROXY }}
|
GOPROXY: ${{ secrets.GO_PROXY }}
|
||||||
|
@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
nightly:
|
nightly:
|
||||||
name: Run capsule tests -- nightly
|
name: Run capsule tests -- nightly
|
||||||
runs-on: ubuntu-20.04-16core
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/capsule-cypress.yml
vendored
2
.github/workflows/capsule-cypress.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
pr:
|
pr:
|
||||||
name: Run capsule tests - PR
|
name: Run capsule tests - PR
|
||||||
runs-on: ubuntu-20.04-16core
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
|
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
|
Loading…
Reference in New Issue
Block a user