Skip to content

Update README.md

Update README.md #54

Workflow file for this run

name: MacOS Build
# Controls when the action will run.
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Remove Python 2 to 3 for Python 3.11 symlink
run: brew unlink python@3.11 && brew link --overwrite python@3.11 && brew unlink python@3.10 && brew link --overwrite python@3.10
- name: Setup
run: ./setup.sh
- name: Build AirLib
run: ./build.sh