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