From 2e4bfc5708a85077a40cd876fea3a40ea479cd14 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Fri, 24 May 2024 09:44:22 -0400 Subject: [PATCH] [conf][ci] Specific ImageOS version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05c78efd..5a56a021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: DATABASE_POSTGRESQL_PASSWORD: postgres PGHOST: postgres PGUSER: postgres + ImageOS: ubuntu20 # run on ubuntu-20.04 (which supports Erlang/OTP 20-25) steps: - uses: actions/checkout@v4