Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Apr 24, 2024
1 parent 2c7b73a commit a2f6587
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
runs-on: [ubuntu-latest, macos-13, windows-latest, macos-14]
runs-on: [ubuntu-latest, macos-13, windows-latest]
include:
- python-version: "3.12"
runs-on: macos-14





Expand Down

0 comments on commit a2f6587

Please sign in to comment.