We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca25c7f commit a10483fCopy full SHA for a10483f
.github/workflows/update-viablestrict.yml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
do_update_viablestrict:
14
if: ${{ github.repository_owner == 'pytorch' }}
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
16
environment: ${{ (github.event_name == 'schedule') && 'update-viable-strict' || '' }}
17
steps:
18
- name: Update viable/strict
0 commit comments