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 75bdaba commit 40edadf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/# .github/workflows/common-matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/common-matrix.yml
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 40edadf

Please sign in to comment.