forked from MapComplete/MapComplete
Chore: allow to run on ubuntu-lts
This commit is contained in:
parent
958370fc8e
commit
40cfb36169
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_dev.yml
vendored
2
.github/workflows/deploy_dev.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [ubuntu-22.04, ubuntu-latest]
|
||||
runs-on: [ubuntu-lts, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue