Skip to content

Windows port - improve performance by using segment heap #74

Windows port - improve performance by using segment heap

Windows port - improve performance by using segment heap #74

Workflow file for this run

name: CMake
on: [push, pull_request]
jobs:
CI:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-20.04]
uses: ./.github/workflows/cmake-single-os.yml
with:
os: ${{ matrix.os}}