Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Oct 3, 2023
1 parent d340231 commit f07c0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
package-name: torchdata
env-var-script: packaging/env-var-script.txt
smoke-test-script: test/smoke_test/smoke_test.py
runner-type: macos-13-xlarge
runner-type: macos-m1-12
trigger-event: dev
secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
post-script: ""
package-name: torchdata
env-var-script: packaging/env-var-script.txt
runner-type: macos-13-xlarge
runner-type: macos-m1-12
smoke-test-script: test/smoke_test/smoke_test.py
trigger-event: dev
secrets:
Expand Down

0 comments on commit f07c0ec

Please sign in to comment.