Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
max-parallel: 4
matrix:
python-version: ['3.11', '3.12', '3.13']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]

runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ python =
PLATFORM =
ubuntu-latest: linux
macos-latest: macos
macos-15-intel: macos-intel
windows-latest: windows
[testenv]
passenv =
Expand Down
Loading