Skip to content

Commit

Permalink
Bump OTP version to 20 for Elixir 1.7 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
xou committed Jan 28, 2024
1 parent d0113a0 commit 7260202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
build:

name: Build and test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
elixir-version: '1.7.4' # [Required] Define the Elixir version
otp-version: '19.x' # [Required] Define the Erlang/OTP version
otp-version: '20.x' # [Required] Define the Erlang/OTP version
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7260202

Please sign in to comment.