Skip to content

Commit

Permalink
downgrade wheels for ARM to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlfredoNu committed Oct 11, 2024
1 parent 0384224 commit 0722d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_linux_x86_64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Determine runner type to use
uses: ./.github/workflows/determine-workflow-runner.yml
with:
default_runner: ubuntu-latest
default_runner: ubuntu-22.04


linux-wheels-x86-64:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
pl_backend: ["lightning_gpu", "lightning_tensor"]
cuda_version: ["12"]
cibw_build: ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
if: |
Expand Down

0 comments on commit 0722d2a

Please sign in to comment.