GH actions: use ubuntu-latest instead of ubuntu-20.04
This commit is contained in:
parent
0c99d2979a
commit
85743bd38f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read # Get the list and metadata of open new-rule PRs
|
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
|
contents: write # Get the contents of open new-rule PRs, the 'master'; write to 'gh-pages' branch
|
||||||
|
2
.github/workflows/update_quickfix_status.yml
vendored
2
.github/workflows/update_quickfix_status.yml
vendored
@ -25,7 +25,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
update_quickfix_status:
|
update_quickfix_status:
|
||||||
name: Update quick fix status
|
name: Update quick fix status
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user