ci: bump runner to ubuntu-22.04

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-05-15 15:42:32 +02:00
parent bdfd68c70e
commit 1f1e6bf031
5 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout
@@ -37,7 +37,7 @@ jobs:
vale:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018
@@ -45,7 +45,7 @@ jobs:
files: content
validate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
@@ -74,7 +74,7 @@ jobs:
# build-releaser job will just build _releaser app used for Netlify and
# AWS deployment in publish workflow. it's just to be sure it builds correctly.
build-releaser:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout

View File

@@ -19,7 +19,7 @@ permissions:
jobs:
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.repository_owner == 'docker'
steps:
-

View File

@@ -9,7 +9,7 @@ on:
jobs:
labeler:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write

View File

@@ -13,7 +13,7 @@ on:
jobs:
main-to-published:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.repository_owner == 'docker'
steps:
- uses: actions/checkout@v4

View File

@@ -25,7 +25,7 @@ on:
jobs:
run:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout