mirror of
https://github.com/bitwarden/server.git
synced 2025-04-25 23:02:17 -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:
|
testing:
|
||||||
name: Testing
|
name: Testing
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest-m
|
||||||
env:
|
env:
|
||||||
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
||||||
steps:
|
steps:
|
||||||
@ -95,10 +95,8 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build artifacts and images
|
name: Build artifacts and images
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest-m
|
||||||
needs:
|
needs: testing
|
||||||
- lint
|
|
||||||
- testing
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -247,7 +245,7 @@ jobs:
|
|||||||
build-stub-swagger:
|
build-stub-swagger:
|
||||||
name: Build Docker-Stub/Swagger
|
name: Build Docker-Stub/Swagger
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: build
|
needs: testing
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user