1
0
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:
Vince Grassia 2023-11-16 11:08:00 -05:00
parent 42638c4fc0
commit 8ddc7711a1
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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