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.
This commit is contained in:
Eric
2024-10-15 16:20:12 -05:00
committed by GitHub
parent bd073923cc
commit cb67c32afc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
build:
if: ${{ github.repository == 'fleetdm/fleet' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
@@ -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: