From 479cf4bbe7cc2e8d39993ecf68153791aa42435f Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 6 Aug 2023 23:23:32 +0200 Subject: [PATCH] Update clang and gcc ci --- .github/workflows/ubuntu-latest-clang.yml | 3 ++- .github/workflows/ubuntu-latest-gcc.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index a01c763..6fce80c 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -23,7 +23,8 @@ jobs: strategy: matrix: - version: [11, 10, 9, 8, 7] + version: >- + ['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8' '7'] runs-on: ubuntu-latest diff --git a/.github/workflows/ubuntu-latest-gcc.yml b/.github/workflows/ubuntu-latest-gcc.yml index 04959e6..7d1bde2 100644 --- a/.github/workflows/ubuntu-latest-gcc.yml +++ b/.github/workflows/ubuntu-latest-gcc.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - version: [10, 9, 8] + version: ['latest', '13', '12', '11', '10', '9', '8'] runs-on: ubuntu-latest