Skip to content

Commit

Permalink
test: 💍 support macos & windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 authored Mar 25, 2024
1 parent b4166d1 commit 36e86ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ concurrency:

jobs:
build:

runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 36e86ed

Please sign in to comment.