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:
|
||||
name: Testing
|
||||
runs-on: ubuntu-latest-m
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
||||
steps:
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
build:
|
||||
name: Build artifacts and images
|
||||
runs-on: ubuntu-latest-m
|
||||
runs-on: ubuntu-22.04
|
||||
needs: testing
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user