File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 7272 with :
7373 submodules : true
7474
75- # ASLR with big PIE slides does not work well with [AM]San
76- - name : disable ASLR
77- if : ${{ matrix.config.os == 'ubuntu-latest' && (matrix.config.configType == 'asan+ubsan' || matrix.config.configType == 'msan')}}
78- run : |
79- sudo sysctl -w kernel.randomize_va_space=0
80-
8175 - name : install TCC
8276 if : ${{ matrix.config.configType == 'tcc' }}
8377 run : |
Original file line number Diff line number Diff line change 88
99jobs :
1010 linux :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 strategy :
1313 fail-fast : false
1414 matrix :
9999 path : build/*-windows-${{matrix.arch}}.exe
100100
101101 wasi :
102- runs-on : ubuntu-20 .04
102+ runs-on : ubuntu-22 .04
103103 steps :
104104 - uses : actions/checkout@v4
105105 - name : setup wasi-sdk
@@ -119,7 +119,7 @@ jobs:
119119
120120 upload-to-release :
121121 needs : [linux, macos, windows, wasi]
122- runs-on : ubuntu-20 .04
122+ runs-on : ubuntu-22 .04
123123 steps :
124124 - name : get assets
125125 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments