Skip to content

Commit 8be94f7

Browse files
committed
try to change the container in which psalm ci runs
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent ba119a7 commit 8be94f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/psalm-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939

4040
jobs:
4141
matrix:
42-
runs-on: ubuntu-latest-low
42+
runs-on: ubuntu-latest
4343
outputs:
4444
ocp-matrix: ${{ steps.versions.outputs.ocp-matrix }}
4545
steps:
@@ -97,7 +97,7 @@ jobs:
9797
run: composer run psalm -- --threads=1 --monochrome --no-progress --output-format=github
9898

9999
summary:
100-
runs-on: ubuntu-latest-low
100+
runs-on: ubuntu-latest
101101
needs: static-analysis
102102

103103
if: always()

0 commit comments

Comments
 (0)