mirror of
https://github.com/bitwarden/server.git
synced 2025-04-26 15:22:19 -05:00
Change back to regular runners
This commit is contained in:
parent
42638c4fc0
commit
8ddc7711a1
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
testing:
|
testing:
|
||||||
name: Testing
|
name: Testing
|
||||||
runs-on: ubuntu-latest-m
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
||||||
steps:
|
steps:
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build artifacts and images
|
name: Build artifacts and images
|
||||||
runs-on: ubuntu-latest-m
|
runs-on: ubuntu-22.04
|
||||||
needs: testing
|
needs: testing
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user