Skip to content

Commit

Permalink
Upgrade CI to macOS 14 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored May 20, 2024
1 parent 98de8ec commit 7b0d981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, windows-2022, ubuntu-22.04]
os: [macos-14, windows-2022, ubuntu-22.04]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-11
- os: macos-14
python-version: '3.8'
- os: macos-11
- os: macos-14
python-version: '3.9'
name: Test - ${{ matrix.os }}, ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7b0d981

Please sign in to comment.