Skip to content

Commit 293789f

Browse files
committed
update job to run on latest ubuntu
1 parent 3fd5dfe commit 293789f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
test:
77
# virtual environments: https://github.com/actions/virtual-environments
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99

1010
steps:
1111
# Caches and restores the bazelisk download directory.

0 commit comments

Comments
 (0)