.github: use ubuntu-22.04 for actions
continuous-integration/drone/push Build is passing Details

Apparently 'ubuntu-latest' is still 20.04 and today is 2022-10-03,
which seems a bit old!

See: https://github.com/actions/runner-images
This commit is contained in:
Alan Orth 2022-10-03 19:49:24 +03:00
parent 4e5faf51bd
commit b0721b0a7a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3