From fb7e267bb45a14c6d3094e5fc8e165cbcc49a4fe Mon Sep 17 00:00:00 2001 From: cthunter01 Date: Fri, 15 Mar 2024 11:58:14 -0600 Subject: [PATCH] Test gcc13 on ubuntu-latest: Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 35938e4..9d34c6a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -23,7 +23,8 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest, windows-latest] + #os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] build_type: [Release] c_compiler: [gcc, clang, cl] include: @@ -31,6 +32,7 @@ jobs: c_compiler: cl cpp_compiler: cl - os: ubuntu-latest + container: gcc:13 c_compiler: gcc cpp_compiler: g++ - os: ubuntu-latest