diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index b4b9486a8..27969aea2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -19,7 +19,7 @@ jobs: actions: write # for korthout/backport-action to create PR with workflow changes name: Backport Pull Request if: github.repository_owner == 'PrismLauncher' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name)) - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/checkout@v6 with: diff --git a/.github/workflows/blocked-prs.yml b/.github/workflows/blocked-prs.yml index 1a482b32b..4e4285260 100644 --- a/.github/workflows/blocked-prs.yml +++ b/.github/workflows/blocked-prs.yml @@ -17,7 +17,7 @@ on: jobs: blocked_status: name: Check Blocked Status - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Generate token diff --git a/.github/workflows/merge-blocking-pr.yml b/.github/workflows/merge-blocking-pr.yml index 182e40984..57c9cf21e 100644 --- a/.github/workflows/merge-blocking-pr.yml +++ b/.github/workflows/merge-blocking-pr.yml @@ -14,7 +14,7 @@ on: jobs: update-blocked-status: name: Update Blocked Status - runs-on: ubuntu-latest + runs-on: ubuntu-slim # a pr that was a `blocking:` label was merged. # find the open pr's it was blocked by and trigger a refresh of their state diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a7da812e..50707933b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: winget: name: Winget - runs-on: windows-latest + runs-on: ubuntu-slim steps: - name: Publish on Winget diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd22fe05c..093bac083 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: create_release: needs: build_release - runs-on: ubuntu-latest + runs-on: ubuntu-slim outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b8f8137d7..0447a7d25 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: label: name: Label issues and PRs - runs-on: ubuntu-latest + runs-on: ubuntu-slim permissions: issues: write diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 7f8ca2a0d..92886728a 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -13,7 +13,7 @@ permissions: jobs: update-flake: if: github.repository == 'PrismLauncher/PrismLauncher' - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/checkout@v6