Skip to content

Commit

Permalink
Try running 3.8 tests on non-M1 macOS runner
Browse files Browse the repository at this point in the history
lxml compilation errors are failing 3.8-macos builds. Possibly related
to actions/setup-python/issues/696
  • Loading branch information
jstvz committed May 3, 2024
1 parent 3020a82 commit 9c87eda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/feature_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c87eda

Please sign in to comment.