Skip to content

Commit

Permalink
Fix github actions for macos (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian authored Apr 26, 2024
1 parent 9f17472 commit 2b453da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
exclude:
- python-version: '3.8'
os: macos-14
os: macos-latest
- python-version: '3.9'
os: macos-14
os: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 2b453da

Please sign in to comment.