Update Ubuntu action

main
Ricardo Rius 2022-11-08 12:02:10 +01:00
parent 9bbc80c70c
commit ae8d5ef88c
No known key found for this signature in database
GPG Key ID: 824C1B0DF3C86B79
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ env:
jobs: jobs:
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:

View File

@ -15,7 +15,7 @@ on:
jobs: jobs:
check: check:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps: