Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - macos X64
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 16, 2024
1 parent 41e9e16 commit 283e137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# if: false

runs-on: [self-hosted, macOS, ARM64]
runs-on: [self-hosted, macOS, X64]

name: Build

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
test:
needs: build

runs-on: [self-hosted, macOS, ARM64]
runs-on: [self-hosted, macOS, X64]

strategy:
fail-fast: true
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

name: Deploy wheel ${{ matrix.python-version }}

runs-on: [self-hosted, macOS, ARM64]
runs-on: [self-hosted, macOS, X64]

strategy:
fail-fast: true
Expand Down

0 comments on commit 283e137

Please sign in to comment.