Skip to content

Commit

Permalink
Action runners updated for the build failures (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik authored Jan 14, 2025
2 parents 95a39f0 + 1c4348d commit d2706c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Env_check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-repo-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
run-ghrs-with-matrix:
name: github-repo-stats
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
# The repositories to generate reports for.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rate-limit-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check-rate-limit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint-prose:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout github-repo-stats
Expand All @@ -35,7 +35,7 @@ jobs:
working-directory: sayantikabanik/DataJourney/latest-report
- name: Rename the file to index.html
run: |
mv report.html index.html
mv report.html index.html
# because GHA pages job, only understands + seeks index keyword for a file name
working-directory: sayantikabanik/DataJourney/latest-report
- name: Upload HTML files to GitHub Pages
Expand Down

0 comments on commit d2706c5

Please sign in to comment.