From ad5ef8e2fafffaa9bfd79d93100316a1ad1a97be Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Mon, 18 Mar 2024 08:46:25 +0100 Subject: [PATCH] Fix typo --- .github/workflows/ubuntu-dep-apt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-dep-apt.yml b/.github/workflows/ubuntu-dep-apt.yml index 79a78890ff..cc206218f6 100644 --- a/.github/workflows/ubuntu-dep-apt.yml +++ b/.github/workflows/ubuntu-dep-apt.yml @@ -21,7 +21,7 @@ jobs: matrix: os: [ubuntu-20.04, ubuntu-22.04] compiler: [ {CC: /usr/bin/gcc-9, CXX: /usr/bin/g++-9}, {CC: /usr/bin/gcc-10, CXX: /usr/bin/g++-10}, {CC: /usr/bin/clang, CXX: /usr/bin/clang++} ] - standard: [ 11, 14, 17 ] + standard: [ 98, 11, 17 ] steps: - name: Checkout repository