Skip to content

CI: Fix Windows and macOS workflows to use correct runners #47

CI: Fix Windows and macOS workflows to use correct runners

CI: Fix Windows and macOS workflows to use correct runners #47

Workflow file for this run

---
name: Windows
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: configure
run: cmake -S . -B build
- name: build and test
run: cmake --build build