Skip to content

Attempt to add Windows MinGW CI #8

Attempt to add Windows MinGW CI

Attempt to add Windows MinGW CI #8

Workflow file for this run

name: Test
on: [push]
jobs:
posix:
strategy:
matrix:
os: [ubuntu-latest, buildjet-2vcpu-ubuntu-2204-arm, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
- run: pip3 install pyyaml
- run: python3 test.py
windows-mingw:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
- run: pip3 install pyyaml
- run: python3 test.py