Skip to content

Commit 5fae1af

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#2141)
Co-authored-by: Bill Napier <[email protected]>
1 parent 6bb51fc commit 5fae1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
linux:
5050
if: github.repository == 'tensorflow/io' # Don't do this in forks
5151
name: Linux ${{ matrix.python }} + ${{ matrix.version }}
52-
runs-on: ubuntu-20.04
52+
runs-on: 'ubuntu-24.04'
5353
permissions:
5454
contents: write # to allow sending a commit comment for the benchmark action
5555
strategy:

0 commit comments

Comments
 (0)