Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel authored Jul 3, 2024
1 parent d9a7a07 commit 095d910
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
os: [ ubuntu-20.04, macos-12, windows-2022 ]
python-version: [ 3.8, 3.9, "3.10", "3.11" ]

env:
Expand Down Expand Up @@ -64,13 +64,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
python-version: [ 3.7, 3.9, "3.10", "3.11" ]
os: [ ubuntu-20.04, macos-12, windows-2022 ]
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
include:
- os: ubuntu-20.04
python-version: 3.8
single_action_config: "True"
- os: macos-11
- os: macos-12
python-version: 3.8
- os: windows-2019
python-version: 3.8
Expand Down

0 comments on commit 095d910

Please sign in to comment.