We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66d4f0 commit 7f8464dCopy full SHA for 7f8464d
.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