GH actions: use ubuntu-latest instead of ubuntu-20.04

This commit is contained in:
Massimo Paladin 2025-03-11 15:09:51 +01:00 committed by Fred Tingaud
parent 0c99d2979a
commit 85743bd38f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
pull-requests: read # Get the list and metadata of open new-rule PRs
contents: write # Get the contents of open new-rule PRs, the 'master'; write to 'gh-pages' branch

View File

@ -25,7 +25,7 @@ on:
jobs:
update_quickfix_status:
name: Update quick fix status
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write