Skip to content

Update ubuntu 24.04 support #1466

Update ubuntu 24.04 support

Update ubuntu 24.04 support #1466

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-10.15, macos-11]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Setup
run: ./setup.sh
- name: Build AirLib
run: ./build.sh