Skip to content

Commit

Permalink
full retro
Browse files Browse the repository at this point in the history
  • Loading branch information
krukonshedul committed Jun 27, 2024
1 parent 027e735 commit 8cf72a0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 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: ubuntu22 # Must match Elixir/OTP version in described in action erlef/setup-beam@v1
RUNNER_OS: ubuntu18 # Must match Elixir/OTP version in described in action erlef/setup-beam@v1
SHA: ${{ github.sha }}

concurrency:
Expand Down Expand Up @@ -36,7 +36,10 @@ jobs:
matrix:
otp: [20.3.8.26, 21.3.8.24, 22.3.4.7]
elixir: [1.9.4, 1.10.4]
runner-os: [ubuntu20]
runner-os: [ubuntu18]
exclude:
- elixir: 1.10.4
otp: 20.3.8.26
steps:
- name: Checkout latest codebase
uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +112,10 @@ jobs:
matrix:
otp: [20.3.8.26, 21.3.8.24, 22.3.4.7]
elixir: [1.9.4, 1.10.4]
runner-os: [ubuntu20]
runner-os: [ubuntu18]
exclude:
- elixir: 1.10.4
otp: 20.3.8.26
steps:
- name: Checkout latest codebase
uses: actions/checkout@v4
Expand Down

0 comments on commit 8cf72a0

Please sign in to comment.