We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd5dfe commit 293789fCopy full SHA for 293789f
1 file changed
.github/workflows/ci.yaml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
test:
7
# virtual environments: https://github.com/actions/virtual-environments
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
10
steps:
11
# Caches and restores the bazelisk download directory.
0 commit comments