1
0
Fork 0

feat: upgrade gh-action os

This commit is contained in:
Michael 2024-01-19 15:12:05 +01:00 committed by GitHub
parent 39b0aa6650
commit a6d462f6e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

@ -13,7 +13,7 @@ env:
jobs:
validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out code
@ -39,7 +39,7 @@ jobs:
run: make validate
validate-generate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out code