Skip to content

Fix windows build and tests (#352) #406

Fix windows build and tests (#352)

Fix windows build and tests (#352) #406

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
with:
ref: ${{ github.sha }}
runs-on: ${{ matrix.os }}