Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinellimarco authored May 4, 2024
1 parent 5a92b30 commit ffd7120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# 3.12 was released 2023-10-02 and end-of-life will be 2028-10
python-version: ['3.8', '3.12']
#os: [macos-13, macos-14, ubuntu-latest, windows-latest]
os: [macos-13, macos-14]
os: [macos-14]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
#os: [macos-13, macos-14, ubuntu-latest, windows-latest]
os: [macos-13, macos-14]
os: [macos-14]
manylinux-image: [manylinux2014]

steps:
Expand All @@ -100,7 +100,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux-image }}
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_1
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "x86_64 arm64"
# CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_BEFORE_ALL_LINUX: yum install -y libzstd-devel || apk add zstd-dev
CIBW_BEFORE_ALL_MACOS: brew update && brew reinstall zstd
CIBW_BEFORE_BUILD_WINDOWS: "python {package}/libzstd/_get_zstd.py && pip install delvewheel"
Expand Down

0 comments on commit ffd7120

Please sign in to comment.