Skip to content

Commit 0676605

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#2143)
Co-authored-by: Bill Napier <napier@google.com>
1 parent 4b0626a commit 0676605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
linux:
5959
if: github.repository == 'tensorflow/io' # Don't do this in forks
6060
name: Linux ${{ matrix.python }} + ${{ matrix.version }}
61-
runs-on: ubuntu-20.04
61+
runs-on: 'ubuntu-24.04'
6262
strategy:
6363
fail-fast: false
6464
matrix:

0 commit comments

Comments
 (0)