Skip to content

Wasm testsuite linking (#17) #26

Wasm testsuite linking (#17)

Wasm testsuite linking (#17) #26

Workflow file for this run

name: CI for main
on:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ macos-14, ubuntu-latest, windows-latest ]
uses: ./.github/workflows/build.yml
with:
runner: ${{ matrix.os }}