Change: [CI] always use "latest" image for our runners

This commit is contained in:
Patric Stout
2023-12-30 17:55:31 +01:00
committed by Patric Stout
parent d6e8e83052
commit 3fec8ece5a
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ jobs:
name: Linux (${{ matrix.name }})
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.cxxcompiler }}