Skip to content

Commit

Permalink
Pandoc doesnt have binary packages for win32 only win64
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Feb 14, 2024
1 parent 0782f3c commit 35c9c4e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
needs: [test]
strategy:
matrix:
# Ref: https://cibuildwheel.readthedocs.io/en/stable/options/#archs
# macos-11 - Creates macosx_x86_64
# windows-2019 - Creates {win_amd64,win32}
# ubuntu-20.04 - Creates {manylinux,musllinux}_{x86_64,i686}
# In CIBW_SKIP we skip 32bit linux
os: [macos-14, windows-2022, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -101,6 +96,7 @@ jobs:
# - pandoc does not publish binaries for Linux 32bit
CIBW_ARCHS_LINUX: "auto64 aarch64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 35c9c4e

Please sign in to comment.