Skip to content

Commit

Permalink
Bump OTP version to 24
Browse files Browse the repository at this point in the history
Also bumps Ubuntu and rebar3 versions
  • Loading branch information
plux committed May 3, 2024
1 parent 1d43cfa commit 21c0806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- synchronize
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,8 +22,8 @@ jobs:
- name: Setup Erlang
uses: erlef/setup-beam@v1
with:
otp-version: 23
rebar3-version: 3.18.0
otp-version: 24
rebar3-version: 3.22.0
- name: Show NPM version
run: npm --version
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [published]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -17,8 +17,8 @@ jobs:
- name: Setup Erlang
uses: erlef/setup-beam@v1
with:
otp-version: 23
rebar3-version: 3.18.0
otp-version: 24
rebar3-version: 3.22.0
- name: Show NPM version
run: npm --version
- run: npm install
Expand Down

0 comments on commit 21c0806

Please sign in to comment.