Skip to content

Commit

Permalink
fix(actions): make bazel use the latest ubuntu since we aren't using …
Browse files Browse the repository at this point in the history
…swift in bazel at the moment
  • Loading branch information
cmgriffing committed Apr 25, 2024
1 parent 57cd871 commit 8e1ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e1ad9f

Please sign in to comment.