Skip to content

Commit

Permalink
[GithubActions] Removing windows and ubuntu-arm64 while these cannot …
Browse files Browse the repository at this point in the history
…build properly.

- Windows: issues with boost
- ubuntu-arm64: no valid runner, because they have to be custom runners.
  • Loading branch information
mmmarinho authored Nov 26, 2024
1 parent 9e4a9f2 commit 3a52440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
os: ['ubuntu-20.04', 'macos-latest', 'windows-latest', 'linux-arm64']
# os: ['ubuntu-20.04', 'macos-latest', 'windows-latest', 'linux-arm64']
os: ['ubuntu-20.04', 'macos-latest']
experimental: [false]
# exclude:
# excludes python-version 3.7 on macOS-arm64 (Not available via brew)
Expand Down

0 comments on commit 3a52440

Please sign in to comment.