소스 검색

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