updated runner so try ubuntu-latest again
All checks were successful
/ weblog.lol (push) Successful in 17m35s
All checks were successful
/ weblog.lol (push) Successful in 17m35s
This commit is contained in:
parent
2fd67ebe6e
commit
4407dc71a8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
weblog_import:
|
weblog_import:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
name: weblog.lol
|
name: weblog.lol
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue