File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 6060 zts : [true, false]
6161 include : ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
6262 name : " ${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
63- runs-on : ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }}
63+ runs-on : ubuntu-${{ (( matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && !matrix.asan ) && '22.04' || '20.04' }}
6464 steps :
65- # https://stackoverflow.com/a/76921482/1320374
66- - name : Increase swapfile
67- if : matrix.asan
68- run : |
69- sudo swapoff -a
70- sudo fallocate -l 8G /swapfile
71- sudo chmod 600 /swapfile
72- sudo mkswap /swapfile
73- sudo swapon /swapfile
74- sudo swapon --show
7565 - name : git checkout
7666 uses : actions/checkout@v4
7767 with :
You can’t perform that action at this time.
0 commit comments