From 1d71650bf9bc7900666b2a8d0a7f6d3826cd3d53 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Tue, 20 Aug 2024 15:16:48 -0600 Subject: [PATCH] Update build_linux.yml --- .github/workflows/build_linux.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index adabf2c372..e32925c9a8 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -13,13 +13,7 @@ jobs: strategy: # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable. fail-fast: false - - # Set up a matrix to run the following 3 configurations: - # 1. - # 2. - # 3. - # - # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. + matrix: os: [ubuntu-latest] build_type: [Release]