gha: add Ubuntu 24.04 to the build

Remove Ubuntu 20.04
This commit is contained in:
John Bampton
2024-09-20 05:32:10 +10:00
parent 7e6f8685a3
commit f13a4bfe65
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
max-parallel: 8
matrix:
include:
- {os: ubuntu-24.04, cc: gcc, cxx: g++}
- {os: ubuntu-24.04, cc: clang, cxx: clang++}
- {os: ubuntu-22.04, cc: gcc, cxx: g++}
- {os: ubuntu-22.04, cc: clang, cxx: clang++}
- {os: ubuntu-20.04, cc: gcc, cxx: g++}
- {os: ubuntu-20.04, cc: clang, cxx: clang++}
- {os: macos-latest, cc: clang, cxx: clang++}
- {os: macos-12, cc: clang, cxx: clang++}
- {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"}