Skip to content

Update macOS version for arm64 in release workflow #20

Update macOS version for arm64 in release workflow

Update macOS version for arm64 in release workflow #20

Workflow file for this run

name: 🧪 Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest