Skip to content

Commit

Permalink
Test on macOS M1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 30, 2024
1 parent f521bf4 commit 2af3dc3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Wheels

on:
push:
paths:
- ".ci/requirements-cibw.txt"
- ".github/workflows/wheel*"
- "wheels/*"
- "winbuild/build_prepare.py"
- "winbuild/fribidi.cmake"
tags:
- "*"
# paths:
# - ".ci/requirements-cibw.txt"
# - ".github/workflows/wheel*"
# - "wheels/*"
# - "winbuild/build_prepare.py"
# - "winbuild/fribidi.cmake"
# tags:
# - "*"
pull_request:
paths:
- ".ci/requirements-cibw.txt"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
cibw_arch: x86_64
macosx_deployment_target: "10.10"
- name: "macOS arm64"
os: macos-latest
os: macos-14
cibw_arch: arm64
macosx_deployment_target: "11.0"
- name: "manylinux2014 and musllinux x86_64"
Expand Down

0 comments on commit 2af3dc3

Please sign in to comment.