bracket clang and GCC

release/4.3a0
Varun Agrawal 2025-01-20 10:24:57 -05:00
parent 36758a818f
commit c2ee7ff122
1 changed files with 5 additions and 17 deletions

View File

@ -24,13 +24,11 @@ jobs:
matrix:
# Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name:
[
name: [
# "Bracket" the versions from GCC [9-14] and Clang [9-16]
ubuntu-20.04-gcc-9,
ubuntu-20.04-clang-9,
ubuntu-22.04-gcc-12,
ubuntu-22.04-clang-14,
ubuntu-24.04-gcc-13,
ubuntu-24.04-gcc-14,
ubuntu-24.04-clang-16,
]
@ -47,20 +45,10 @@ jobs:
compiler: clang
version: "9"
- name: ubuntu-22.04-gcc-12
os: ubuntu-22.04
compiler: gcc
version: "11"
- name: ubuntu-22.04-clang-14
os: ubuntu-22.04
compiler: clang
version: "14"
- name: ubuntu-24.04-gcc-13
- name: ubuntu-24.04-gcc-14
os: ubuntu-24.04
compiler: gcc
version: "13"
version: "14"
- name: ubuntu-24.04-clang-16
os: ubuntu-24.04