diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 398600a44c4..f8837f7372d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ on: jobs: analyze: name: Analyze - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest permissions: actions: read contents: read diff --git a/.github/workflows/community-label.yml b/.github/workflows/community-label.yml index a767ec40e6a..de0b80dafb1 100644 --- a/.github/workflows/community-label.yml +++ b/.github/workflows/community-label.yml @@ -13,7 +13,7 @@ concurrency: jobs: check: name: Verify - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index b3fa89eb351..73f9703c787 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -20,7 +20,7 @@ permissions: jobs: main: name: Validate PR titles - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/milestone-assign.yml b/.github/workflows/milestone-assign.yml index e6ef50f0635..30611799ea0 100644 --- a/.github/workflows/milestone-assign.yml +++ b/.github/workflows/milestone-assign.yml @@ -15,7 +15,7 @@ jobs: permissions: issues: write pull-requests: write - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/on-pr-change.yml b/.github/workflows/on-pr-change.yml index f417aa21739..eddcb8fd727 100644 --- a/.github/workflows/on-pr-change.yml +++ b/.github/workflows/on-pr-change.yml @@ -8,7 +8,7 @@ on: - edited jobs: check-branches: - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - name: Check branches env: diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 47ab7e868d4..075256d17c6 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -9,7 +9,7 @@ jobs: contents: read pull-requests: write statuses: write - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pr-manager.yml b/.github/workflows/pr-manager.yml index 18ffaa16b7b..9a229d88154 100644 --- a/.github/workflows/pr-manager.yml +++ b/.github/workflows/pr-manager.yml @@ -8,7 +8,7 @@ jobs: permissions: contents: read pull-requests: write - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - name: Process stale PRs uses: actions/stale@v9