From 3fd5dfe802c70bbb49fadd2c84b9fcd627239b14 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 29 Oct 2025 02:22:26 +0800 Subject: [PATCH 1/2] test ci --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dba30c2..ff909c3 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ openapi_generator( spec = "petstore.yaml", ) ``` + + From 293789f6e6f4c491b190db145f0e579b9cc6a33e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 29 Oct 2025 02:24:20 +0800 Subject: [PATCH 2/2] update job to run on latest ubuntu --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7125820..e4006e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: test: # virtual environments: https://github.com/actions/virtual-environments - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: # Caches and restores the bazelisk download directory.