Skip to content

Commit

Permalink
update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha committed Jul 15, 2024
1 parent 922bc18 commit 091896f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:
working-directory: .
jobs:
code-quality:
runs-on: ubuntu-20.04
runs-on: linux-ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
coverage:
timeout-minutes: 5
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-configure-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
required: true
jobs:
configure-build-push:
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
steps:
- name: Maximize Build Space on Worker
uses: easimon/maximize-build-space@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:
jobs:
build-image-matrix:
if: github.repository_owner == 'mosaicml'
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
timeout-minutes: 2
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
jobs:
build-image-matrix:
if: github.repository_owner == 'mosaicml'
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
timeout-minutes: 2
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
code-quality:
runs-on: ubuntu-20.04
runs-on: linux-ubuntu-latest
strategy:
matrix:
python_version:
Expand All @@ -35,7 +35,7 @@ jobs:
name: Build and Publish mosaicml PyPI Package
needs:
- code-quality
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
needs:
- code-quality
if: contains(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: linux-ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
working-directory: .
jobs:
smoketest:
runs-on: ubuntu-20.04
runs-on: linux-ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
Expand Down

0 comments on commit 091896f

Please sign in to comment.