Skip to content

Commit

Permalink
fix runner linux-ubuntu > ubuntu-latest (#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha committed Aug 23, 2024
1 parent f26d636 commit efa3a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
pytest-gpu-1:
name: ${{ matrix.name }}
runs-on: linux-ubuntu
runs-on: ubuntu-latest
if: github.repository_owner == 'mosaicml'
strategy:
matrix:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
ci_repo_gpu_test_ref: v0.1.2
pytest-gpu-2:
name: ${{ matrix.name }}
runs-on: linux-ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
include:
Expand Down

0 comments on commit efa3a38

Please sign in to comment.