Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f098827

Browse files
author
David Robertson
committed
[DO NOT COMMIT] build mac wheels on pr ci
1 parent b5454ae commit f098827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-artifacts.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
- ${{ startsWith(github.ref, 'refs/pull/') }}
108108

109109
exclude:
110-
# Don't build macos wheels on PR CI.
111-
- is_pr: true
112-
os: "macos-11"
110+
# # Don't build macos wheels on PR CI.
111+
# - is_pr: true
112+
# os: "macos-11"
113113
# Don't build aarch64 wheels on mac.
114114
- os: "macos-11"
115115
arch: aarch64

0 commit comments

Comments
 (0)