Skip to content

Commit

Permalink
build(workflows): use ubuntu-latest
Browse files Browse the repository at this point in the history
in order to get jobs done

Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Nov 5, 2024
1 parent 2be8d69 commit a5bf350
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/block-unconventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
block-unconventional-commits:
name: Block unconventional commits

runs-on: ubuntu-latest-low
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest

outputs:
src: ${{ steps.changes.outputs.src}}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest
needs: [changes, lint]

if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest
needs: [changes, lint]

if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest

outputs:
src: ${{ steps.changes.outputs.src }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest
needs: [changes, phpunit-test]

if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: composer run psalm

summary:
runs-on: ubuntu-latest-low
runs-on: ubuntu-latest
needs: static-analysis

if: always()
Expand Down

0 comments on commit a5bf350

Please sign in to comment.