workflows: removing ubuntu 18.04 (obsolete) adding 22.04

This commit is contained in:
Gwenhael Goavec-Merou
2023-02-07 19:56:10 +01:00
parent e8fbc1539a
commit 5bbe2ba0ba
+1 -1
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: