4
0
Эх сурвалжийг харах

gen: run on ubuntu-latest

ubuntu-20.04 is being deprecated.

See https://github.com/actions/runner-images/issues/11101.
Tamir Duberstein 1 сар өмнө
parent
commit
5d5b63dcb1

+ 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