Fix workflow (#18)

This commit is contained in:
Sergey Yelin 2021-09-16 11:28:48 +03:00 committed by GitHub
parent fda21e7945
commit 04da359e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@ on:
branches: [ master ]
env:
ERLANG_VERSION: 23.2
ERLANG_VERSION: 24.0
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:${{ env.ERLANG_VERSION }}
image: erlang:24.0
steps:
- name: Checkout
uses: actions/checkout@v1