Skip to content

Commit

Permalink
整理: MacOS テスト追加 (#1069)
Browse files Browse the repository at this point in the history
refactor: MacOS テスト追加
  • Loading branch information
tarepan authored Feb 23, 2024
1 parent 2ed3e94 commit f181411
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 f181411

Please sign in to comment.