diff --git a/.github/workflows/publish-flakehub.yml b/.github/workflows/publish-flakehub.yml index 446208e..3205a08 100644 --- a/.github/workflows/publish-flakehub.yml +++ b/.github/workflows/publish-flakehub.yml @@ -11,7 +11,7 @@ on: required: true jobs: flakehub-publish: - runs-on: "ubuntu-latest" + runs-on: "ubuntu-22.04" permissions: id-token: "write" contents: "read" diff --git a/.github/workflows/quickget-tests.yml b/.github/workflows/quickget-tests.yml index 1071175..1fa2255 100644 --- a/.github/workflows/quickget-tests.yml +++ b/.github/workflows/quickget-tests.yml @@ -26,7 +26,7 @@ concurrency: jobs: job1: name: All supported - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # The type of runner that the job will run on #runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job @@ -49,7 +49,7 @@ jobs: job2: name: All info - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Show info about all OS @@ -77,7 +77,7 @@ jobs: job3: needs: job1 name: All URLs - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: List all supported systems download URLs @@ -106,7 +106,7 @@ jobs: job4: name: All checks - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Checking if all downloads for Operating Systems are available @@ -143,7 +143,7 @@ jobs: job5: needs: [job2, job3, job4] name: Uploading artifacts - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index db2f2e1..e6f3572 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -12,7 +12,7 @@ jobs: contents: read pull-requests: write name: 'Run shellcheck with reviewdog' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: haya14busa/action-cond@v1