Skip to content

Commit

Permalink
chore: upgrade elixir installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcorg committed May 17, 2024
1 parent 56edd8e commit 1b29dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
build:

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

steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
uses: erlef/setup-beam@v1.17.5
with:
elixir-version: '1.10.3' # Define the elixir version [required]
otp-version: '22.3' # Define the OTP version [required]
Expand Down

0 comments on commit 1b29dcb

Please sign in to comment.