Skip to content

Commit 8b80ad0

Browse files
committed
Fix macos ci
1 parent 5229e68 commit 8b80ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
os: [macos-12, macos-14]
17+
os: [macos-14-large, macos-14]
1818
# python-version: ["3.9", "3.10", "3.11", "3.12"]
19-
python-version: ["3.11"]
19+
python-version: ["3.11", "3.12"]
2020

2121
env:
2222
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)