Skip to content

Commit 27696a3

Browse files
ZainRizvifacebook-github-bot
authored andcommitted
Swap out deprecated runner (#2345)
Summary: Github is deprecating the `N-core-ubuntu` runner label, replacing it with `N-core`. We need to migrate PyTorch runners accordingly This only affects how github queues jobs, not where those jobs actually run More details in pytorch/pytorch#125721 Pull Request resolved: #2345 Reviewed By: saitcakmak Differential Revision: D57384735 Pulled By: ZainRizvi fbshipit-source-id: f0128dab657c821cd107a073daf56c5567c9fc00
1 parent 406de15 commit 27696a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
package-deploy-conda:
4848
name: Package conda and deploy to anaconda.org
49-
runs-on: 8-core-ubuntu
49+
runs-on: 8-core
5050
needs: tests-and-coverage-pip
5151
steps:
5252
- uses: actions/checkout@v4

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
package-conda:
6464
name: Test conda build
65-
runs-on: 8-core-ubuntu
65+
runs-on: 8-core
6666
steps:
6767
- uses: actions/checkout@v4
6868
- uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)