Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
8e712070
Unverified
Commit
8e712070
authored
Feb 06, 2024
by
Danylo Baibak
Committed by
GitHub
Feb 06, 2024
Browse files
Migrate the macOS runners label from macos-m1-12 to macos-m1-stable (#8253)
parent
806dba67
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/build-cmake.yml
.github/workflows/build-cmake.yml
+1
-1
.github/workflows/build-conda-m1.yml
.github/workflows/build-conda-m1.yml
+1
-1
.github/workflows/build-wheels-m1.yml
.github/workflows/build-wheels-m1.yml
+1
-1
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-1
No files found.
.github/workflows/build-cmake.yml
View file @
8e712070
...
@@ -41,7 +41,7 @@ jobs:
...
@@ -41,7 +41,7 @@ jobs:
matrix
:
matrix
:
include
:
include
:
-
runner
:
macos-12
-
runner
:
macos-12
-
runner
:
macos-m1-
12
-
runner
:
macos-m1-
stable
fail-fast
:
false
fail-fast
:
false
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@main
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@main
with
:
with
:
...
...
.github/workflows/build-conda-m1.yml
View file @
8e712070
...
@@ -46,7 +46,7 @@ jobs:
...
@@ -46,7 +46,7 @@ jobs:
post-script
:
${{ matrix.post-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
runner-type
:
macos-m1-
12
runner-type
:
macos-m1-
stable
trigger-event
:
${{ github.event_name }}
trigger-event
:
${{ github.event_name }}
secrets
:
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
...
...
.github/workflows/build-wheels-m1.yml
View file @
8e712070
...
@@ -47,6 +47,6 @@ jobs:
...
@@ -47,6 +47,6 @@ jobs:
pre-script
:
${{ matrix.pre-script }}
pre-script
:
${{ matrix.pre-script }}
post-script
:
${{ matrix.post-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
runner-type
:
macos-m1-
12
runner-type
:
macos-m1-
stable
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
trigger-event
:
${{ github.event_name }}
trigger-event
:
${{ github.event_name }}
.github/workflows/tests.yml
View file @
8e712070
...
@@ -54,7 +54,7 @@ jobs:
...
@@ -54,7 +54,7 @@ jobs:
runner
:
[
"
macos-12"
]
runner
:
[
"
macos-12"
]
include
:
include
:
-
python-version
:
"
3.8"
-
python-version
:
"
3.8"
runner
:
macos-m1-
12
runner
:
macos-m1-
stable
fail-fast
:
false
fail-fast
:
false
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@main
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@main
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment