diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7c6bd83a..2463a106 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/.github/workflows/github-repo-stats.yml b/.github/workflows/github-repo-stats.yml index 6bb7cd78..6f5ba870 100644 --- a/.github/workflows/github-repo-stats.yml +++ b/.github/workflows/github-repo-stats.yml @@ -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. diff --git a/.github/workflows/rate-limit-monitor.yml b/.github/workflows/rate-limit-monitor.yml index 6fce853d..d197224d 100644 --- a/.github/workflows/rate-limit-monitor.yml +++ b/.github/workflows/rate-limit-monitor.yml @@ -7,7 +7,7 @@ on: jobs: check-rate-limit: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out code diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 9dc62c4f..ac506f4b 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -7,7 +7,7 @@ on: jobs: lint-prose: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c5682caf..4b3a5318 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 @@ -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