Skip to content

Commit

Permalink
Update macos to macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 6, 2025
1 parent 35d4b64 commit bcc3018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04, macos-12, windows-2022]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-22.04, macos-14, windows-2022]
fail-fast: false
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bcc3018

Please sign in to comment.