Skip to content

Commit 7f8464d

Browse files
authored
Update CI job to run on the latest ubuntu (#69)
* test ci * update job to run on latest ubuntu
1 parent e66d4f0 commit 7f8464d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.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.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ openapi_generator(
3737
spec = "petstore.yaml",
3838
)
3939
```
40+
41+

0 commit comments

Comments
 (0)