Skip to content

Commit

Permalink
Migrate last workflows from 18.04 to 22.04 (pytorch#83861)
Browse files Browse the repository at this point in the history
18.04 is getting deprecated in december--let's migrate them off now.

This PR does NOT touch functorch nor third_party workflows.
Pull Request resolved: pytorch#83861
Approved by: https://github.com/kit1980, https://github.com/malfet, https://github.com/seemethere
  • Loading branch information
janeyx99 authored and pytorchmergebot committed Aug 22, 2022
1 parent 09331c9 commit 36f6d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_pytorch_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
update-labels-in-S3:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
if: ${{ github.repository == 'pytorch/pytorch' }}
steps:
- name: Checkout PyTorch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_s3_htmls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update-html:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
if: ${{ github.repository == 'pytorch/pytorch' }}
strategy:
matrix:
Expand Down

0 comments on commit 36f6d91

Please sign in to comment.