Skip to content

Commit

Permalink
Update ci setup-beam action name
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Jan 25, 2023
1 parent 2a08ac6 commit 35cb1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.development }}
strategy:
matrix:
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }} # Define the elixir version [required]
otp-version: ${{ matrix.otp }} # Define the OTP version [required]
Expand Down

0 comments on commit 35cb1f0

Please sign in to comment.