From 8e1ad9fec9897ce966b484a11f21f2155bd56ffc Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 25 Apr 2024 15:04:51 -0700 Subject: [PATCH] fix(actions): make bazel use the latest ubuntu since we aren't using swift in bazel at the moment --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d5d948c..0e59c4a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -119,7 +119,7 @@ jobs: test-bazel: # Must use 20.04 currently since Swift does not have 5.5.x support for 22.04 - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest services: test-server: