Pārlūkot izejas kodu

gen: run on ubuntu-latest

ubuntu-20.04 is being deprecated.

See https://github.com/actions/runner-images/issues/11101.
Tamir Duberstein 3 mēneši atpakaļ
vecāks
revīzija
5d5b63dcb1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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