Skip to content

Commit

Permalink
Create common-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atellaluca authored Oct 24, 2024
1 parent f25325f commit 6843342
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/common-matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Common Matrix

on:
workflow_call:

jobs:
matrix-job:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
python-version: ['3.9', '3.10', '3.11', '3.12']

0 comments on commit 6843342

Please sign in to comment.