From accdde0333c323aafbfdceaec24702fbb2bb5dcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:21:57 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/mix_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mix_test.yml b/.github/workflows/mix_test.yml index 23c7f16..fd9f77b 100644 --- a/.github/workflows/mix_test.yml +++ b/.github/workflows/mix_test.yml @@ -16,7 +16,7 @@ jobs: # Refactoring duplicated yaml is currently not possible # because Github does not support anchor syntax (& and *) now. elixir_1_14: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: Test on Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}} strategy: matrix: @@ -31,7 +31,7 @@ jobs: - run: mix deps.get - run: mix test elixir_1_13: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: Test on Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}} strategy: matrix: