Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 19, 2024
1 parent 1917df3 commit 9f7c6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build-wheel-linux:
# Don't run on forked repos.
if: github.repository_owner == 'pytorch'
runs-on: ubuntu-20.04
runs-on: almalinux:8
strategy:
matrix:
python_version: [
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# Don't run on forked repos.
if: github.repository_owner == 'pytorch'
needs: test-wheel-linux
runs-on: ubuntu-20.04
runs-on: almalinux:8
strategy:
matrix:
python_version: [
Expand Down

0 comments on commit 9f7c6ac

Please sign in to comment.