fix: switch CI to ubuntu:noble for setup-beam compatibility
This commit is contained in:
parent
716e8456b1
commit
25b5738de2
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: debian:trixie-slim
|
image: ubuntu:noble
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgis/postgis:17-3.5
|
image: postgis/postgis:17-3.5
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
name: Dialyzer
|
name: Dialyzer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: debian:trixie-slim
|
image: ubuntu:noble
|
||||||
env:
|
env:
|
||||||
MIX_ENV: dev
|
MIX_ENV: dev
|
||||||
|
|
||||||
|
|
|
||||||
2
vendor/aprs
vendored
2
vendor/aprs
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 41934dad309803794ed61cbe4c663806b4c43b48
|
Subproject commit 4d262abc431129af2aec3c9dff97e841529403ff
|
||||||
Loading…
Add table
Reference in a new issue