Skip to content

Commit

Permalink
add windows-2019 and macos11 built test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Apr 25, 2023
1 parent 62f42f6 commit 4161f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
jobs:
build:

runs-on: [ubuntu-20.04, windows-2019, macos-11]
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
python-version: ["3.7.2", "3.8.0", "3.9.0", "3.10.0"]

steps:
Expand Down

0 comments on commit 4161f95

Please sign in to comment.