Skip to content

Set version to 2.66.3. #1435

Set version to 2.66.3.

Set version to 2.66.3. #1435

Workflow file for this run

name: MacOS
on:
push:
branches:
- '*'
pull_request:
branches: [ master-dev ]
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: macos-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build Faust
run: make