diff --git a/.github/workflows/block-unconventional-commits.yml b/.github/workflows/block-unconventional-commits.yml index 295c30b..90dd087 100644 --- a/.github/workflows/block-unconventional-commits.yml +++ b/.github/workflows/block-unconventional-commits.yml @@ -20,7 +20,7 @@ jobs: block-unconventional-commits: name: Block unconventional commits - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml index 98d4992..9548d19 100644 --- a/.github/workflows/fixup.yml +++ b/.github/workflows/fixup.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write name: Block fixup and squash commits - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Run check diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index a7d0d38..9e2a51c 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -68,7 +68,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, lint] if: always() diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 051b954..7924356 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} steps: @@ -69,7 +69,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, lint] if: always() diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 6b073ee..a07e04c 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -13,7 +13,7 @@ permissions: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src }} @@ -70,7 +70,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-test] if: always() diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml index 8e3d42f..1dcd93c 100644 --- a/.github/workflows/psalm-matrix.yml +++ b/.github/workflows/psalm-matrix.yml @@ -13,7 +13,7 @@ concurrency: jobs: matrix: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: ocp-matrix: ${{ steps.versions.outputs.ocp-matrix }} steps: @@ -56,7 +56,7 @@ jobs: run: composer run psalm summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: static-analysis if: always()