8000 Try running 3.8 tests on non-M1 macOS runner · SFDO-Tooling/CumulusCI@9c87eda · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c87eda

Browse files
committed
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
1 parent 3020a82 commit 9c87eda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/feature_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
matrix:
4343
os: [macos-latest, sfdc-ubuntu-latest, sfdc-windows-latest]
4444
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
45+
exclude:
46+
- os: macos-latest
47+
python-version: 3.8
48+
include:
49+
- os: macos-14
50+
python-version: 3.8
4551
steps:
4652
- uses: actions/checkout@v2
4753
- name: Set up Python

0 commit comments

Comments
 (0)
0