Skip to content

Commit 934f93b

Browse files
ZainRizvifacebook-github-bot
authored andcommitted
Swap out deprecated runner (#2349)
Summary: Github is deprecating the N-core-ubuntu runner label, replacing it with N-core. We need to migrate PyTorch runners accordingly. Turns out github had originally asked for the change to be in the wrong direction This only affects how github queues jobs, not where those jobs actually run More details in pytorch/pytorch#125721 Pull Request resolved: #2349 Reviewed By: esantorella Differential Revision: D57731140 Pulled By: Balandat fbshipit-source-id: 31c7742bc545bfa6c8e6afd24d7f5edd52229f56
1 parent cb93c5d commit 934f93b

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
49+
runs-on: 8-core-ubuntu
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
65+
runs-on: 8-core-ubuntu
6666
steps:
6767
- uses: actions/checkout@v4
6868
- uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)