ci: update to ubuntu 22.04

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1474/head
CrazyMax 2 years ago
parent 71e6be5d99
commit 21b2f135b5
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -26,7 +26,7 @@ env:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- -
name: Checkout name: Checkout
@ -51,7 +51,7 @@ jobs:
directory: ${{ env.DESTDIR }}/coverage directory: ${{ env.DESTDIR }}/coverage
prepare: prepare:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
outputs: outputs:
matrix: ${{ steps.platforms.outputs.matrix }} matrix: ${{ steps.platforms.outputs.matrix }}
steps: steps:
@ -69,7 +69,7 @@ jobs:
echo ${{ steps.platforms.outputs.matrix }} echo ${{ steps.platforms.outputs.matrix }}
binaries: binaries:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
needs: needs:
- prepare - prepare
strategy: strategy:
@ -111,7 +111,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
bin-image: bin-image:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
if: ${{ github.event_name != 'pull_request' }} if: ${{ github.event_name != 'pull_request' }}
steps: steps:
- -
@ -158,7 +158,7 @@ jobs:
*.cache-to=type=gha,scope=bin-image,mode=max *.cache-to=type=gha,scope=bin-image,mode=max
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
needs: needs:
- binaries - binaries
steps: steps:
@ -193,7 +193,7 @@ jobs:
files: ${{ env.DESTDIR }}/* files: ${{ env.DESTDIR }}/*
buildkit-edge: buildkit-edge:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
continue-on-error: true continue-on-error: true
steps: steps:
- -

@ -7,7 +7,7 @@ on:
jobs: jobs:
open-pr: open-pr:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
if: "!github.event.release.prerelease" if: "!github.event.release.prerelease"
steps: steps:
- -

@ -22,7 +22,7 @@ on:
jobs: jobs:
docs-yaml: docs-yaml:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- -
name: Checkout name: Checkout

@ -23,7 +23,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3

@ -19,7 +19,7 @@ on:
jobs: jobs:
validate: validate:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

Loading…
Cancel
Save