Migrated all workflows to ubuntu-22.04

This commit is contained in:
Alejandro Celaya
2022-08-01 17:13:34 +02:00
parent 25a7c7bc7f
commit b2ca4ad66b
4 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2