chore: use bigger runners for capusle (#1248)

This commit is contained in:
Mikołaj Młodzikowski 2022-09-07 20:14:52 +02:00 committed by GitHub
parent 6ddf706cf2
commit b5271d07e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ on:
jobs:
manual:
name: Run capsule tests -- manual trigger
runs-on: ubuntu-latest
runs-on: ubuntu-20.04-16core
env:
GO111MODULE: 'on'
GOPROXY: ${{ secrets.GO_PROXY }}

View File

@ -9,7 +9,7 @@ on:
jobs:
nightly:
name: Run capsule tests -- nightly
runs-on: ubuntu-latest
runs-on: ubuntu-20.04-16core
env:
GO111MODULE: 'on'
steps:

View File

@ -15,7 +15,7 @@ on:
jobs:
pr:
name: Run capsule tests - PR
runs-on: ubuntu-latest
runs-on: ubuntu-20.04-16core
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
env:
GO111MODULE: 'on'