Merge pull request #762 from larsclausen/remove-ubuntu-18-runner
ci: Remove the Ubuntu 18.04 runner
This commit is contained in:
commit
0f7703e9c6
|
|
@ -44,8 +44,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [
|
os: [
|
||||||
'18.04',
|
'20.04',
|
||||||
'20.04'
|
'22.04'
|
||||||
]
|
]
|
||||||
runs-on: ubuntu-${{ matrix.os }}
|
runs-on: ubuntu-${{ matrix.os }}
|
||||||
name: '🐧 Ubuntu ${{ matrix.os }}'
|
name: '🐧 Ubuntu ${{ matrix.os }}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue