Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored Feb 25, 2025
1 parent cb357e1 commit 7244730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm]
os: [ubuntu-22.04, windows-latest, ubuntu-22.04-arm]
arch: [x86_64, aarch64]
cuda_version:
["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.3", "12.8.0"]
exclude:
- os: windows-latest
arch: aarch64
- os: ubuntu-latest
- os: ubuntu-22.04
arch: aarch64
- os: ubuntu-22.04-arm
arch: x86_64
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- build-shared-libs-cuda
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-22.04-arm]
os: [ubuntu-22.04, macos-latest, windows-latest, ubuntu-22.04-arm]
# The specific Python version is irrelevant in this context as we are only packaging non-C extension
# code. This ensures compatibility across Python versions, including Python 3.8, as compatibility is
# dictated by the packaged code itself, not the Python version used for packaging.
Expand All @@ -118,7 +118,7 @@ jobs:
exclude:
- os: windows-latest
arch: aarch64
- os: ubuntu-latest
- os: ubuntu-22.04
arch: aarch64
- os: ubuntu-22.04-arm
arch: x86_64
Expand Down

0 comments on commit 7244730

Please sign in to comment.