Skip to content

Commit 800a2a3

Browse files
andifejustinchuby
andauthored
Reduce macos runs in main.yml (onnx#7076)
### Description <!-- - Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? --> <!-- - If it fixes an open issue, please link to the issue here. --> --------- Signed-off-by: Andreas Fehlner <fehlner@arcor.de> Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent 4205834 commit 800a2a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ jobs:
8989
python_version: '3.9'
9090
- os: windows-latest # TODO: reevalute for final python 3.14 release: "Numpy built with MINGW-W64 on Windows 64 bits is experimental"
9191
python_version: '3.14-dev'
92+
# skip mac os 3.9, 3.11, 3.13
93+
- os: macos-latest
94+
python_version: '3.9'
95+
- os: macos-latest
96+
python_version: '3.11'
97+
- os: macos-latest
98+
python_version: '3.13'
9299

93100
runs-on: ${{ matrix.os }}
94101
steps:

0 commit comments

Comments
 (0)