Skip to content

disable windows tests #3

disable windows tests

disable windows tests #3

Workflow file for this run

name: build
on:
push:
paths-ignore:
- 'LICENSE'
- '*.md'
branches:
- main
pull_request:
paths-ignore:
- 'LICENSE'
- '*.md'
jobs:
crossplatform-tester:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
#- windows-latest
- macOS-latest
steps:
- uses: actions/checkout@v4
- uses: ./