forked from MapComplete/MapComplete
Chore: allow to run on ubuntu-lts
This commit is contained in:
parent
82b8862e07
commit
958370fc8e
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [ubuntu-latest, ubuntu-22.04]
|
runs-on: [ubuntu-22.04, ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue