diff --git a/.github/workflows/feature_test.yml b/.github/workflows/feature_test.yml index 3758e4ea6b..6cd96627b0 100644 --- a/.github/workflows/feature_test.yml +++ b/.github/workflows/feature_test.yml @@ -42,6 +42,12 @@ jobs: matrix: os: [macos-latest, sfdc-ubuntu-latest, sfdc-windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + exclude: + - os: macos-latest + python-version: 3.8 + include: + - os: macos-14 + python-version: 3.8 steps: - uses: actions/checkout@v2 - name: Set up Python