From 5d8e61a89bf7d8b51274ee46fe0d71395e98d2a4 Mon Sep 17 00:00:00 2001 From: Scott Newcomer Date: Mon, 5 Dec 2022 22:03:59 -0600 Subject: [PATCH] set ubuntua 20.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3338f8f6..45511982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: STRIPE_MOCK_VERSION: 0.123.0 STRIPE_SECRET_KEY: non_empty_string SKIP_STRIPE_MOCK_RUN: true - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Test (OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}) strategy: matrix: @@ -41,7 +41,7 @@ jobs: run: mix test lint: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Linting strategy: matrix: