updated runner so try ubuntu-latest again
All checks were successful
/ weblog.lol (push) Successful in 17m35s

This commit is contained in:
Gordon Pedersen 2024-05-06 15:24:39 +10:00
parent 2fd67ebe6e
commit 4407dc71a8

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
weblog_import:
runs-on: docker
runs-on: ubuntu-latest
name: weblog.lol
steps:
- uses: actions/checkout@v4