Fix deprected github action ubuntu-18.04 to ubuntu-22.04

pull/290/head
German Service Network 1 year ago committed by David Schweikert
parent b8e413f5ba
commit 163fcdb1ed

@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- name: Checkout repository
uses: actions/checkout@v2

Loading…
Cancel
Save