Skip to content

Commit 9c25179

Browse files
authored
Upgrade to ubuntu-22.04 CI image (#908)
The ubuntu-20.04 images will be shut down on April 1st.
1 parent 55db71e commit 9c25179

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ jobs:
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: |

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
linux:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -99,7 +99,7 @@ jobs:
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

0 commit comments

Comments
 (0)