Skip to content

Commit

Permalink
ci: add macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Jul 21, 2023
1 parent fec4bba commit d9e9e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

strategy:
matrix:
os: ["ubuntu-latest", "windows-2022"]
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.8.13", "3.9.13", "3.10.6"]
exclude:
# python 3.8.13 is not available in windows-2022
- os: "windows-2022"
- os: "windows-latest"
python-version: "3.8.13"

steps:
Expand Down

0 comments on commit d9e9e46

Please sign in to comment.