Skip to content

Commit

Permalink
Update runner labels for macOS and Linux workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent 8b0a2a8 commit 77e27ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflows-unix-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
torch_version: [12.1]
include:
- os: macos
runner_label: self-hosted, macOS, m2
runner_label: [self-hosted, macOS, m2]
- os: linux
runner_label: self-hosted, Linux, t4
runner_label: [self-hosted, Linux, t4]
# - os: win
# python_version: 3.8
# torch_version: 12.1
Expand Down

0 comments on commit 77e27ae

Please sign in to comment.