Skip to content

Commit

Permalink
Add tests on macOS 14 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 19, 2024
1 parent 4d22b07 commit 4e6fc9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ jobs:

build:

runs-on: ubuntu-22.04
strategy:
matrix:
os:
- ubuntu-24.04
- macos-14
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

steps:

Expand Down

0 comments on commit 4e6fc9b

Please sign in to comment.