Skip to content

Commit

Permalink
Stop excluding oldest python version from MacOS testing
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
  • Loading branch information
figueroa1395 committed Jan 22, 2025
1 parent 0304fcf commit 7be78c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 7be78c9

Please sign in to comment.