From 7be78c9a107a8f38d957165edc8a9a7f921b17be Mon Sep 17 00:00:00 2001 From: Santiago Figueroa Manrique Date: Wed, 22 Jan 2025 09:49:59 +0100 Subject: [PATCH] Stop excluding oldest python version from MacOS testing Signed-off-by: Santiago Figueroa Manrique --- .github/workflows/build-test-and-sonar.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-test-and-sonar.yml b/.github/workflows/build-test-and-sonar.yml index bdd3bd1c..ecfa15fa 100644 --- a/.github/workflows/build-test-and-sonar.yml +++ b/.github/workflows/build-test-and-sonar.yml @@ -107,9 +107,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python: ["3.11", "3.12"] - exclude: - - os: macos-latest - python: "3.11" fail-fast: false runs-on: ${{ matrix.os }} @@ -141,9 +138,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python: ["3.11", "3.12"] - exclude: - - os: macos-latest - python: "3.11" fail-fast: false runs-on: ${{ matrix.os }}