Skip to content

Commit f802e48

Browse files
committed
Trying to add ARM64 builds of VTK for MacOS
1 parent b3bb2c3 commit f802e48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-vtk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ 'ubuntu-20.04', 'macos-11', 'windows-2019' ]
16+
os: [ 'ubuntu-20.04', 'macos-11', 'macos-14', 'windows-2019' ]
1717
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1818

1919
steps:
@@ -54,7 +54,7 @@ jobs:
5454
find ./ -iname *.whl
5555
5656
- name: Upload Artifact
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: cadquery-vtk-${{ matrix.os }}-cp${{ matrix.python-version }}
6060
path: vtk/build/dist/*.whl

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
# see https://github.com/marketplace/actions/upload-a-build-artifact
121121
- name: Upload Artifact
122-
uses: actions/upload-artifact@v3
122+
uses: actions/upload-artifact@v4
123123
with:
124124
name: cadquery-ocp-${{ matrix.os }}-cp${{ matrix.python-version }}
125125
path: dist/*.whl

0 commit comments

Comments
 (0)