File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ self-hosted-runner:
3
3
# GitHub hosted runner that actionlint doesn't recognize because actionlint version (1.6.21) is too old
4
4
- ubuntu-24.04
5
5
# GitHub hosted x86 Linux runners
6
- # TODO: Cleanup mentions of linux.20_04 when upgrade to linux.24_04 is complete
7
- - linux.20_04.4x
8
- - linux.20_04.16x
9
6
- linux.24_04.4x
10
7
- linux.24_04.16x
11
8
# Organization-wide AWS Linux Runners
Original file line number Diff line number Diff line change @@ -233,10 +233,8 @@ jobs:
233
233
runner : linux.24_04.4x
234
234
- test_type : without_torch
235
235
runner : linux.24_04.4x
236
- # NOTE: The oldest supported version of python for 24.04 is 3.8
237
- # so this cannot be updated if we want to keep this test at 3.6
238
236
- test_type : older_python_version
239
- runner : linux.20_04 .4x
237
+ runner : linux.24_04 .4x
240
238
steps :
241
239
# [see note: pytorch repo ref]
242
240
# deep clone (fetch-depth 0) required, to allow us to use git log
@@ -256,7 +254,7 @@ jobs:
256
254
if : matrix.test_type == 'older_python_version'
257
255
uses : actions/setup-python@v5
258
256
with :
259
- python-version : 3.6
257
+ python-version : 3.8
260
258
architecture : x64
261
259
check-latest : false
262
260
cache : pip
You can’t perform that action at this time.
0 commit comments