1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Update runner images

This commit is contained in:
Vince Grassia 2025-03-19 11:52:01 -04:00
parent 1f1ed1c343
commit 828076e2bc
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -20,7 +20,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: check-run
steps:
- name: Check out repo
@ -36,7 +36,7 @@ jobs:
build-docker:
name: Build Docker images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: lint
permissions:
id-token: write
@ -215,7 +215,7 @@ jobs:
build-stub-swagger:
name: Build Docker-Stub/Swagger
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-docker
steps:
- name: Check out repo
@ -396,7 +396,7 @@ jobs:
build-mssqlmigratorutility:
name: Build MSSQL migrator utility
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: lint
defaults:
run:
@ -456,7 +456,7 @@ jobs:
if: |
github.event_name != 'pull_request_target'
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-docker
steps:
- name: Log in to Azure - CI subscription
@ -489,7 +489,7 @@ jobs:
trigger-k8s-deploy:
name: Trigger k8s deploy
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-docker
steps:
- name: Log in to Azure - CI subscription
@ -573,7 +573,7 @@ jobs:
check-failures:
name: Check for failures
if: false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- lint
- build-docker