We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb51fc commit 5fae1afCopy full SHA for 5fae1af
.github/workflows/benchmarks.yml
@@ -49,7 +49,7 @@ jobs:
49
linux:
50
if: github.repository == 'tensorflow/io' # Don't do this in forks
51
name: Linux ${{ matrix.python }} + ${{ matrix.version }}
52
- runs-on: ubuntu-20.04
+ runs-on: 'ubuntu-24.04'
53
permissions:
54
contents: write # to allow sending a commit comment for the benchmark action
55
strategy:
0 commit comments