github: Don't build on Ubuntu 18.04 anymore

The Ubuntu 18.04 image is deprecated and builds will start to fail
temporarily during four 24 hour periods from now until the final
deprecation on April 1st.  So better remove these runs now.
This commit is contained in:
Tobias Brunner
2023-03-07 14:51:10 +01:00
parent d250620970
commit 89936186a8
2 changed files with 4 additions and 16 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-18.04 ]
os: [ ubuntu-20.04 ]
test: [ all, nm ]
compiler: [ gcc, clang ]
exclude: