Skip to content

Support Mac M1 / arm64 architecture #11

Support Mac M1 / arm64 architecture

Support Mac M1 / arm64 architecture #11

Workflow file for this run

name: Common Test
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
jobs:
build:
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [19, 20, 21, 22]
os: [ubuntu-latest]
container:
image: erlang:${{ matrix.otp_version }}
steps:
- uses: actions/checkout@v1
- name: Compile
run: rebar3 compile
- name: CT tests
run: rebar3 ct