Skip to content

Update build platforms and outdated checkout action #161

Update build platforms and outdated checkout action

Update build platforms and outdated checkout action #161

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
test:
strategy:
matrix:
platform: [ubuntu-20.04, macos-12]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- run: make
- run: make dist
- run: make test