1
1
mirror of https://github.com/agateau/pixelwheels.git synced 2025-10-05 17:32:39 +02:00

Bump Ubuntu version

20.04 is no longer supported, move to 22.04.
This commit is contained in:
Aurelien Gateau
2025-05-30 08:59:43 +02:00
parent 2e3964b5c5
commit 064b135d47
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ on:
jobs:
check-changelog:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: "Check for changelog entry"
uses: brettcannon/check-for-changed-files@v1.1.0

View File

@@ -30,7 +30,7 @@ jobs:
run: pre-commit run --all
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with: