From 746ce82b9d7e8604c3fee69dac21a3db3ac7d662 Mon Sep 17 00:00:00 2001 From: Krukon Date: Tue, 9 Jul 2024 11:26:49 +0200 Subject: [PATCH] auto/keep-running-on-08-07-2024 (#6) * automated: auto/keep-running-on-08-07-2024 * remove ancient elixir 1.7 from the matrix --------- Co-authored-by: github-actions[bot] --- .github/workflows/ci.yml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8541370..b6d0d40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI + +env: + ImageOS: ubuntu22 + on: pull_request: push: @@ -9,14 +13,15 @@ on: jobs: mix_test: name: Test (Erlang/OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}}) - runs-on: ubuntu-latest + runs-on: + - runs-on + - runner=2cpu-linux-x64 + - "run-id=${{ github.run_id }}" container: hexpm/elixir:${{ matrix.elixir }}-erlang-${{ matrix.otp }}-alpine-3.11.6 strategy: fail-fast: false matrix: include: - - elixir: 1.7.4 - otp: 19.3.6.13 - elixir: 1.8.2 otp: 20.3.8.26 - elixir: 1.9.4 @@ -38,7 +43,10 @@ jobs: mix_credo: name: Run credo - runs-on: ubuntu-latest + runs-on: + - runs-on + - runner=2cpu-linux-x64 + - "run-id=${{ github.run_id }}" container: hexpm/elixir:${{ matrix.elixir }}-erlang-${{ matrix.otp }}-alpine-3.11.6 strategy: matrix: @@ -56,7 +64,10 @@ jobs: check_formatted: name: Check formatted - runs-on: ubuntu-latest + runs-on: + - runs-on + - runner=2cpu-linux-x64 + - "run-id=${{ github.run_id }}" container: hexpm/elixir:${{ matrix.elixir }}-erlang-${{ matrix.otp }}-alpine-3.11.6 strategy: matrix: