fix: use ubuntu-latest runner instead of docker container
Some checks failed
Elixir CI / Dialyzer (push) Failing after 5s
Elixir CI / Build and test (push) Failing after 34s
Elixir CI / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Graham McIntire 2026-07-27 08:31:57 -05:00
parent 25b5738de2
commit e1a1925399
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 1 additions and 17 deletions

View file

@ -10,8 +10,6 @@ jobs:
quality:
name: Build and test
runs-on: ubuntu-latest
container:
image: ubuntu:noble
services:
postgres:
image: postgis/postgis:17-3.5
@ -30,12 +28,6 @@ jobs:
MIX_ENV: test
steps:
- name: Install system packages
run: |
apt-get update
apt-get install -y --no-install-recommends git ca-certificates nodejs npm
rm -rf /var/lib/apt/lists/*
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
with:
@ -87,18 +79,10 @@ jobs:
dialyzer:
name: Dialyzer
runs-on: ubuntu-latest
container:
image: ubuntu:noble
env:
MIX_ENV: dev
steps:
- name: Install system packages
run: |
apt-get update
apt-get install -y --no-install-recommends git ca-certificates nodejs npm
rm -rf /var/lib/apt/lists/*
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
with:

2
vendor/aprs vendored

@ -1 +1 @@
Subproject commit 4d262abc431129af2aec3c9dff97e841529403ff
Subproject commit 404b307ef338e8ad29d6c1466f2306465154c687