From cb67c32afc69be9ced19df22de0db9d427d034fa Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 15 Oct 2024 16:20:12 -0500 Subject: [PATCH] Change Ubuntu version in Heroku deploy workflows (#22939) Closes: #22931 Changes: - Updated the deploy workflows for the Fleet website and the vulnerability dashboard to run on Ubuntu 22.04 to prevent issues we've been seeing with the Heroku deploy action and the latest version of Ubuntu. --- .github/workflows/deploy-fleet-website.yml | 2 +- .github/workflows/deploy-vulnerability-dashboard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index 371a0014f0..cd61ac458b 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -27,7 +27,7 @@ jobs: build: if: ${{ github.repository == 'fleetdm/fleet' }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: diff --git a/.github/workflows/deploy-vulnerability-dashboard.yml b/.github/workflows/deploy-vulnerability-dashboard.yml index 5030c2eb1c..3d5e6678e8 100644 --- a/.github/workflows/deploy-vulnerability-dashboard.yml +++ b/.github/workflows/deploy-vulnerability-dashboard.yml @@ -15,7 +15,7 @@ jobs: contents: write # for Git to git push if: ${{ github.repository == 'fleetdm/fleet' }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: