From b88203a880f82c6ff77dc1204509f05b3f71c08d Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Thu, 17 Oct 2024 00:15:03 +0900 Subject: [PATCH] .# Please enter the commit message for your changes. Lines starting --- .github/workflows/build_and_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index a5205f8..d09cc52 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -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 @@ -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