From 74ba9c598c73f4a774632fcc7e93a9e5ffb90b7c Mon Sep 17 00:00:00 2001 From: Douglas Yarrington <82406499+yarri-oss@users.noreply.github.com> Date: Thu, 30 May 2024 15:53:44 -0700 Subject: [PATCH] Update build.yml Bump Ubuntu version for Linux Wheel to address issue #1912 https://github.com/tensorflow/io/issues/1912 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8923a7d2e..ad7d3e2f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -281,7 +281,7 @@ jobs: linux-wheel: name: Wheel ${{ matrix.python }} Linux needs: linux-bazel - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python: ['3.9', '3.10', '3.11', '3.12']