Skip to content

Fix native arch detection #7

Fix native arch detection

Fix native arch detection #7

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