Skip to content

Commit

Permalink
updating macos version for ci (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies authored Dec 20, 2024
1 parent 026bcde commit 40fe751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['macos-12', 'ubuntu-22.04', 'windows-2022']
os: ['macos-14', 'ubuntu-22.04', 'windows-2022']
python-version: ['3.8', '3.9', '3.10', '3.11']
name: build and test (${{ matrix.os }}, Python ${{ matrix.python-version }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 40fe751

Please sign in to comment.