Skip to content

Commit

Permalink
update runners (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha authored Jul 15, 2024
1 parent 356d000 commit fd81d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
jobs:
pytest-cpu:
timeout-minutes: 30
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
container: ${{ inputs.container }}
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
jobs:
pytest-gpu:
timeout-minutes: ${{ inputs.gha-timeout }}
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
env:
MOSAICML_API_KEY: ${{ secrets.mcloud-api-key }}
steps:
Expand Down

0 comments on commit fd81d01

Please sign in to comment.