Skip to content

Commit

Permalink
refactor: MacOS テスト追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Feb 23, 2024
1 parent 346e1f7 commit 41bfc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest] # [ubuntu-20.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
python: ["3.11.3"]

steps:
Expand Down

0 comments on commit 41bfc9b

Please sign in to comment.