We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02aee7b + 7f8464d commit f064561Copy full SHA for f064561
.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.
README.md
@@ -37,3 +37,5 @@ openapi_generator(
37
spec = "petstore.yaml",
38
)
39
```
40
+
41
0 commit comments