Skip to content

PR1128.yml

PR1128.yml #8

Workflow file for this run

name: PR1128.yml
on:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
python-version: ['3.13', '3.14']
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up python
uses: ./actions/my-composite-action