Skip to content

Commit

Permalink
chore: fix macos github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Nov 3, 2024
1 parent f32bcd0 commit 7f913fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
macos-version: ['macos-12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
macos-version: ['macos-12', 'macos-latest']
experimental: [false]
include:
- macos-version: 'macos-latest'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Pypi test

on:
push:
branches:
- 'pypi/**'

0 comments on commit 7f913fb

Please sign in to comment.