mirror of
https://github.com/iipc/awesome-web-archiving.git
synced 2024-10-01 03:15:45 -04:00
Update runs-on
Was pointing at defunct base image.
This commit is contained in:
parent
6bdb3373cb
commit
b309687f88
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user