Skip to content

Multiple Memories Proposal Support #37

Multiple Memories Proposal Support

Multiple Memories Proposal Support #37

Workflow file for this run

name: Pull Request and Merge Workflow
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ macos-14, ubuntu-latest, windows-latest ]
uses: ./.github/workflows/build.yml
with:
runner: ${{ matrix.os }}