workflows: Switch utility workflows to using ubuntu-22.04
We want to use a stable version of ubuntu, not ubuntu-latest which can change unexpectedly. This switches all the other (non-test) workflows to use ubuntu-22.04
This commit is contained in:
parent
53d50e875d
commit
74638a9733
6 changed files with 6 additions and 6 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Upstream release
|
||||
uses: osbuild/release-action@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue