From 61b131c2c69f0d4ecef917f6538df66d34eb918c Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 27 Jul 2026 12:32:01 -0500 Subject: [PATCH] fix: set ImageOS=ubuntu24 for OTP 29.0 build availability --- .forgejo/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e7884d6..beb0807 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: --health-retries 5 env: MIX_ENV: test + ImageOS: ubuntu24 steps: - name: Configure git for submodules @@ -85,6 +86,7 @@ jobs: runs-on: ubuntu-latest env: MIX_ENV: dev + ImageOS: ubuntu24 steps: - name: Configure git for submodules