Skip to content

Commit

Permalink
Set experimental mode for macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 22, 2023
1 parent 691e5a7 commit 1c6a7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
experimental: false
- os: macos-latest
python: "3.12"
experimental: false
experimental: true
- os: windows-latest
python: "3.12"
experimental: false
experimental: true
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
Expand Down

0 comments on commit 1c6a7df

Please sign in to comment.