Skip to content

Commit

Permalink
change runner (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok authored Jul 31, 2024
1 parent 1ae7703 commit 28cd821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
pytest-gpu:
name: ${{ matrix.name }}
runs-on: linux-ubuntu-latest
runs-on: ubuntu-latest # todo: switch to linux-ubuntu-latest later
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 28cd821

Please sign in to comment.