CI: update action ubuntu build runners to 22.04 (#4847)

This commit is contained in:
black-sliver
2025-04-09 01:38:46 +02:00
committed by GitHub
parent 98477e27aa
commit f2cb16a5be
2 changed files with 4 additions and 4 deletions

View File

@@ -99,8 +99,8 @@ jobs:
if-no-files-found: error
retention-days: 7 # keep for 7 days, should be enough
build-ubuntu2004:
runs-on: ubuntu-20.04
build-ubuntu2204:
runs-on: ubuntu-22.04
steps:
# - copy code below to release.yml -
- uses: actions/checkout@v4