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:
parent
4ed7907f33
commit
42638c4fc0
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user