From 5cf01cc2e40cf1f34dd1f3061ae36fc20f032cd1 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Wed, 5 Mar 2025 15:33:28 -0500 Subject: [PATCH] Update update-viablestrict.yml to ubuntu-22.04 Similar to https://github.com/pytorch/executorch/edit/main/.github/workflows/update-viablestrict.yml --- .github/workflows/update-viablestrict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-viablestrict.yml b/.github/workflows/update-viablestrict.yml index ab865fc1adf..e639c497549 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -12,7 +12,7 @@ concurrency: jobs: do_update_viablestrict: if: ${{ github.repository_owner == 'pytorch' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 environment: ${{ (github.event_name == 'schedule') && 'update-viable-strict' || '' }} steps: - name: Update viable/strict