diff --git a/.github/workflows/Regression_Tests_Agent.yaml b/.github/workflows/Regression_Tests_Agent.yaml index a61aa10a7..859e23f33 100644 --- a/.github/workflows/Regression_Tests_Agent.yaml +++ b/.github/workflows/Regression_Tests_Agent.yaml @@ -10,11 +10,11 @@ jobs: platform: [ubuntu-latest, macos-13, macos-latest, windows-latest] robot: ['6.1.1', '7.0'] python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] - exclude: - - platform: macos-latest - python: '3.7' - - platform: macos-13 - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + exclude: + - platform: macos-latest + python: '3.7' + - platform: macos-13 + python: ['3.8', '3.9', '3.10', '3.11', '3.12'] fail-fast: false runs-on: ${{ matrix.platform }} steps: