Skip to content

Guard against MacOS in github-sourced package installation script #43

Guard against MacOS in github-sourced package installation script

Guard against MacOS in github-sourced package installation script #43

Workflow file for this run

name: MacOS
on: [push]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Setup machine
run: bash ./scripts/setup_mac