Skip to content

Commit

Permalink
Use matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonev7 committed Jun 12, 2024
1 parent 455c342 commit 8331df4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on: workflow_dispatch

jobs:
test:
# strategy:
# matrix:
# python: ['3.12']
# platform: [flyci-macos-14-m2]
strategy:
matrix:
python: ['3.12', '3.13']
platform: [flyci-macos-14-m2]
runs-on: flyci-macos-14-m2
steps:
- name: Checkout
Expand Down

0 comments on commit 8331df4

Please sign in to comment.