1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-25 06:42:22 -05:00

Try larger runner

This commit is contained in:
Vince Grassia 2023-11-16 11:06:14 -05:00
parent 4ed7907f33
commit 42638c4fc0
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -44,7 +44,7 @@ jobs:
testing:
name: Testing
runs-on: ubuntu-22.04
runs-on: ubuntu-latest-m
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
@ -95,10 +95,8 @@ jobs:
build:
name: Build artifacts and images
runs-on: ubuntu-22.04
needs:
- lint
- testing
runs-on: ubuntu-latest-m
needs: testing
strategy:
fail-fast: false
matrix:
@ -247,7 +245,7 @@ jobs:
build-stub-swagger:
name: Build Docker-Stub/Swagger
runs-on: ubuntu-22.04
needs: build
needs: testing
steps:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1