From 0f4847fe5ea6c4c64f924d69863cd84cb1ec0d0f Mon Sep 17 00:00:00 2001 From: Leon Yang Date: Fri, 26 Jan 2024 10:55:55 -0800 Subject: [PATCH] Update ci.yml (#172) Summary: Remove gcc/g++ version restrictions Pull Request resolved: https://github.com/facebookincubator/oomd/pull/172 Reviewed By: antonis-m Differential Revision: D53133322 Pulled By: lnyng fbshipit-source-id: db090e2698a873366f5c77e33cb2d8768750c2d1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f552015..5634f869 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: strategy: matrix: include: - - cc: gcc-8 - cxx: g++-8 + - cc: gcc + cxx: g++ - cc: clang cxx: clang++ env: @@ -32,7 +32,7 @@ jobs: libjsoncpp-dev googletest meson - g++-8 + g++ - name: Checkout code uses: actions/checkout@v2 - run: meson build/