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.
This commit is contained in:
Winni Neessen 2024-10-27 21:00:22 +01:00
parent c0c4049964
commit e7e0fe03bb
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -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