Skip to content

Commit

Permalink
fix automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoccoler committed Apr 24, 2024
1 parent 8760214 commit 65d31c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, windows-latest , macos-13, macos-14]
python-version: ['3.8', '3.9', '3.10']
exclude:
- python-version: "3.8"
runs-on: macos-14
- python-version: "3.9"
runs-on: macos-14

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 65d31c3

Please sign in to comment.