From 03a52d9153df1621f967e2dbfe8f4c0f30602dff Mon Sep 17 00:00:00 2001 From: Roy Shilkrot Date: Sat, 19 Oct 2024 19:11:54 -0400 Subject: [PATCH] Refactor build.yaml workflow: Update Python setup and dependencies --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 30d9a9c..9df9039 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,12 +58,12 @@ jobs: python-version: ${{ matrix.python-version }} architecture: 'arm64' - - name: Set up Python Mac arm64 + - name: Set up Python Mac x86_64 if: ${{ matrix.os == 'macos-latest' && matrix.platform == 'x86_64' }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - architecture: 'x86_64' + architecture: 'x64' - name: Install dependencies run: |