update to ubuntu 22.04

This commit is contained in:
Fco. Javier Delgado del Hoyo 2023-01-19 19:57:03 +01:00
parent 90ad75a24e
commit b0ae6e075d

View file

@ -10,14 +10,14 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Test Bash scripts
run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: test
steps:
- name: Checkout the code