Skip to content

ci: upgrade to macos-15 #811

ci: upgrade to macos-15

ci: upgrade to macos-15 #811

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.11
3.12
- run: pip install tox
- run: tox