Skip to content

Commit 4a842f9

Browse files
authored
Update runner type to macos-14 in workflow (#891)
1 parent 67b4381 commit 4a842f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
pre-script: packaging/pre_build_script.sh
5353
post-script: packaging/post_build_script.sh
5454
smoke-test-script: packaging/fake_smoke_test.py
55-
runner-type: macos-m1-stable
55+
runner-type: macos-14
56+
setup-miniconda: true
5657
package-name: torchcodec
5758
trigger-event: ${{ github.event_name }}
5859
build-platform: "python-build-package"

0 commit comments

Comments
 (0)