Update runs-on

Was pointing at defunct base image.
This commit is contained in:
Andy Jackson 2023-04-13 14:46:14 +01:00 committed by GitHub
parent 6bdb3373cb
commit b309687f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
run-lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with: