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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ jobs:
build:
if: ${{ github.repository == 'fleetdm/fleet' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:

View file

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