From e7e0fe03bbce4921675e6ccaccf176cb6a812ead Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 27 Oct 2024 21:00:22 +0100 Subject: [PATCH] Remove redundant OS version from CI matrix This commit eliminates the duplication of the '14.1' OS version in the CI workflow matrix configuration. Simplifying the matrix helps in avoiding redundant test runs and ensures a clearer CI process. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d07bef..798b03e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,6 @@ jobs: cancel-in-progress: true strategy: matrix: - osver: ['14.1'] osver: ['14.1', '14.0', 13.4'] steps: - name: Checkout Code