Skip to content

Commit bf22875

Browse files
committed
focus on fixing macos15-intel
1 parent 2bc365f commit bf22875

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cross-platform-envtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false # Allows other matrix jobs to complete even if one fails
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
18+
#os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
19+
os: [ macos-15-intel]
1920
java: [21] # Test with different Java LTS versions
2021

2122
steps:

src/main/resources/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setuptools = "*"
1616
wheel = "*"
1717
hatchling = "*"
1818
cmake = "*"
19-
llvm-dev = "*"
19+
llvm-tools = "*"
2020

2121
[pypi-dependencies]
2222
appose = ">=0.10.1, <0.12"

0 commit comments

Comments
 (0)