From 828076e2bcc9d1e0b78d5cf728d79a5b92d01f37 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:52:01 -0400 Subject: [PATCH] Update runner images --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index faac75146f..3117fd7a47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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