浏览代码

gen: run on ubuntu-latest

ubuntu-20.04 is being deprecated.

See https://github.com/actions/runner-images/issues/11101.
Tamir Duberstein 1 月之前
父节点
当前提交
5d5b63dcb1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/gen.yml

+ 1 - 1
.github/workflows/gen.yml

@@ -12,7 +12,7 @@ on:
 
 jobs:
   codegen:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
 
     steps:
       - uses: actions/checkout@v4