From c0c4ed6da44f72de91d9dc7aafad11441556fc16 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 10 Feb 2025 10:28:57 -0500 Subject: [PATCH] Drop SoftHSM from the matrix for now We build on Mac OS X just to ensure the code builds, however we do not absolutely need to run multiple tests, as functionality with the various tokens is already tested in the rest of the CI Given lately MAc OS X 14 + SoftHSM always times out, disable it from the matrix for now. Note that the rest of the conditionals are intentionally preserved, so that we can simply re-add sofhtsm to the matrix should we want to. Signed-off-by: Simo Sorce --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df6d0d3b..f0b0813a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: fail-fast: false matrix: os: [macos-14] - token: [softokn, softhsm] + token: [softokn] steps: - name: Install Dependencies run: |