From 5db0d64554547a005051b201fe0564b481184e71 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Thu, 27 Jul 2023 17:11:03 +0100 Subject: [PATCH] Move to a Ubuntu version that was acceptable ... when these were last changed --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f7fbee..78e1b9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: otp_version: ['24', '23', '22', '21'] - os: [ubuntu-latest] + os: [ubuntu-20.04] steps: - uses: actions/checkout@v2