Skip to content

Commit

Permalink
back up from full retro
Browse files Browse the repository at this point in the history
  • Loading branch information
krukonshedul committed Jun 27, 2024
1 parent 8cf72a0 commit 2cebb88
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
OTP_VERSION: 22.3.4.7 # OTP version used during package publishing
RELEVANT_FILES: "mix.lock mix.exs lib priv config test" # Important, this controls the caching, make sure to keep this right
REPOSITORY: grpc
RUNNER_OS: ubuntu18 # Must match Elixir/OTP version in described in action erlef/setup-beam@v1
RUNNER_OS: ubuntu20 # Must match Elixir/OTP version in described in action erlef/setup-beam@v1
SHA: ${{ github.sha }}

concurrency:
Expand Down Expand Up @@ -36,10 +36,7 @@ jobs:
matrix:
otp: [20.3.8.26, 21.3.8.24, 22.3.4.7]
elixir: [1.9.4, 1.10.4]
runner-os: [ubuntu18]
exclude:
- elixir: 1.10.4
otp: 20.3.8.26
runner-os: [ubuntu20]
steps:
- name: Checkout latest codebase
uses: actions/checkout@v4
Expand Down Expand Up @@ -110,12 +107,9 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [20.3.8.26, 21.3.8.24, 22.3.4.7]
otp: [21.3.8.24, 22.3.4.7]
elixir: [1.9.4, 1.10.4]
runner-os: [ubuntu18]
exclude:
- elixir: 1.10.4
otp: 20.3.8.26
runner-os: [ubuntu20]
steps:
- name: Checkout latest codebase
uses: actions/checkout@v4
Expand Down

0 comments on commit 2cebb88

Please sign in to comment.