Bump clang version

release/4.3a0
Yashas Ambati 2025-04-16 16:28:27 -04:00
parent 9c9b5ac32b
commit 22910109d3
1 changed files with 4 additions and 4 deletions

View File

@ -30,9 +30,9 @@ jobs:
# Github Actions requires a single row to be added to the build 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. # 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] # "Bracket" the versions from GCC [9-14] and Clang [11-16]
ubuntu-22.04-gcc-9, ubuntu-22.04-gcc-9,
ubuntu-22.04-clang-9, ubuntu-22.04-clang-11,
ubuntu-24.04-gcc-14, ubuntu-24.04-gcc-14,
ubuntu-24.04-clang-16, ubuntu-24.04-clang-16,
] ]
@ -45,10 +45,10 @@ jobs:
compiler: gcc compiler: gcc
version: "9" version: "9"
- name: ubuntu-22.04-clang-9 - name: ubuntu-22.04-clang-11
os: ubuntu-22.04 os: ubuntu-22.04
compiler: clang compiler: clang
version: "9" version: "11"
- name: ubuntu-24.04-gcc-14 - name: ubuntu-24.04-gcc-14
os: ubuntu-24.04 os: ubuntu-24.04