workflows: removing ubuntu 18.04 (obsolete) adding 22.04

This commit is contained in:
Gwenhael Goavec-Merou 2023-02-07 19:55:39 +01:00
parent e8fbc1539a
commit 5bbe2ba0ba
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@ jobs:
fail-fast: false
matrix:
os:
- 18
- 20
- 22
name: '🚧🐧 Ubuntu ${{ matrix.os }} | build'
runs-on: ubuntu-${{ matrix.os }}.04
steps: