Update goreleaser-fleet workflow to use ubuntu-22.04-4-cores runner (#26930)

For #26927 

See
[actions/runner-images#11101](https://github.com/actions/runner-images/issues/11101)
and https://github.com/fleetdm/fleet/pull/26466/files. Updating
explicitly to `ubuntu-22.04-4-cores` to not have it float with `latest`.
[Other](6e097988d5/.github/workflows/goreleaser-orbit.yaml (L81))
[goreleaser](6e097988d5/.github/workflows/goreleaser-snapshot-fleet.yaml (L40))
workflows use 22.04.
This commit is contained in:
Scott Gress 2025-03-10 10:01:36 -05:00 committed by GitHub
parent 7c7d9cb30a
commit caa91dbc04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-20.04-4-cores
runs-on: ubuntu-22.04-4-cores
environment: Docker Hub
permissions:
contents: write