From a2925ac701d7b760677becda77f710a6494451e4 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Thu, 12 Dec 2024 11:11:56 -0500 Subject: [PATCH] disable trilinos v16 container --- .github/workflows/ci-trilinos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-trilinos.yml b/.github/workflows/ci-trilinos.yml index 70fa63e97..9503a82fa 100644 --- a/.github/workflows/ci-trilinos.yml +++ b/.github/workflows/ci-trilinos.yml @@ -32,8 +32,8 @@ jobs: image: - ubuntu-gnu-trilinos-11 tag: - - 0dc4553 - 5bbda25 + # - 0dc4553 build_type: - Release - Debug