From cc79ab61505cfce3157f91448f803918002d49e9 Mon Sep 17 00:00:00 2001 From: Douglas Yarrington <4312948+teskobif7@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:59:17 -0700 Subject: [PATCH] Update build.yml (#2005) 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 8923a7d2..ad7d3e2f 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']