mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
7c7d9cb30a
commit
caa91dbc04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/goreleaser-fleet.yaml
vendored
2
.github/workflows/goreleaser-fleet.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue