Skip to content

Commit

Permalink
.# Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 16, 2024
1 parent d1f2894 commit b88203a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [macos-12, macos-13, macos-14, macos-15]
# os: [macos-12, macos-13, macos-14, macos-15]
os: [macos-14, macos-15]
needs: [build-on-linux]
steps:
- uses: actions/checkout@v4
Expand All @@ -79,6 +80,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Test wheel
run: |
brew install metis
pip install uv --break-system-packages
uv venv --python python3
source .venv/bin/activate
Expand Down

0 comments on commit b88203a

Please sign in to comment.