From 4aa7d00682cd92161aaffff79bc2bd01f8e17ca1 Mon Sep 17 00:00:00 2001 From: makanu Date: Fri, 16 Aug 2024 14:05:35 +0000 Subject: [PATCH] Use haswell for testing not sure what the output for generic would be. But different arches should be already tested on module --- .github/workflows/tests_init_module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_init_module.yml b/.github/workflows/tests_init_module.yml index 952a58b7e1..f9d99e3e4f 100644 --- a/.github/workflows/tests_init_module.yml +++ b/.github/workflows/tests_init_module.yml @@ -15,7 +15,7 @@ jobs: EESSI_VERSION: - 2023.06 EESSI_SOFTWARE_SUBDIR_OVERRIDE: - - x86_64/generic + - x86_64/haswell fail-fast: false steps: - name: Check out software-layer repository