Skip to content

Forget about Windows (for a second) #54

Forget about Windows (for a second)

Forget about Windows (for a second) #54

Workflow file for this run

name: Build (CI)
on:
pull_request:
push:
branches: [ 'main', 'develop' ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
Build:
name: Build ${{ inputs.build_type }} (${{ inputs.os }})
uses: ./.github/workflows/build.reusable.yml
strategy:
fail-fast: true
matrix:
os: [ 'macos-13' ]#, 'windows-2022' ]
with:
os: ${{ matrix.os }}
build_type: Release