Skip to content

Commit

Permalink
remove macos checks and some windows checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schramm authored and Georg Schramm committed Jan 15, 2025
1 parent eea3280 commit dca0796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/c_python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-12] # not building on mac-os because there is no OpenMP
os: [ubuntu-latest, windows-latest] # not building on mac-os because there is no OpenMP
python-version: [3.9, 3.12]
test-env: [test-numpy-1, test-numpy-2]
exclude:
- os: windows-latest
python-version: 3.9
- os: windows-latest
test-env: test-numpy-1

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dca0796

Please sign in to comment.