From 9f49daa7604eb29ccaf0f87b49f88c391ed9a2c1 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Fri, 3 May 2024 14:05:56 -0700 Subject: [PATCH] Try running 3.8 tests on non-M1 macOS runner lxml compilation errors are failing 3.8-macos builds. Possibly related to actions/setup-python/issues/696 --- .github/workflows/feature_test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/feature_test.yml b/.github/workflows/feature_test.yml index 3758e4ea6b..9f188fd359 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-13 + python-version: 3.8 steps: - uses: actions/checkout@v2 - name: Set up Python