Skip to content

Commit

Permalink
Fix up bad CRC issue on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chemix-lunacy committed Aug 5, 2024
1 parent 61511fc commit 1e6c6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "windows-2019", "macos-14", "macos-latest"]
os: ["ubuntu-20.04", "windows-2019", "macos-14"]
steps:
- uses: actions/checkout@v4
- name: Setup rust toolchain
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
if: ${{ matrix.os != 'macos-14' && matrix.os != 'macos-latest' }}
if: ${{ matrix.os != 'macos-14' }}
- name: Install LLVM
uses: ./.github/actions/install-llvm
with:
Expand Down

0 comments on commit 1e6c6c3

Please sign in to comment.