Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 14, 2024
1 parent 795659b commit 7621b94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Run tests

on:
pull_request:
Expand All @@ -10,12 +10,11 @@ jobs:
SEDkit-CI:

name: Python - ${{ matrix.python-version }}
runs-on: macos-latest
strategy:
max-parallel: 5
matrix:
os: ['macos-latest']
python-version: [ '3.11',"3.12","3.13" ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7621b94

Please sign in to comment.