From 68cf0d64e74f099fd068ec8d6013b3a8581b3276 Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Tue, 23 Apr 2024 08:46:10 +0530 Subject: [PATCH] pin ubuntu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b02ecf..3020cc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: - pull_request jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: fail-fast: false