Skip to content

Commit 4ef4f5d

Browse files
renovate[bot]ErichDonGubler
authored andcommitted
chore(deps): update dependency ubuntu to v24
1 parent cf4a74c commit 4ef4f5d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,68 +122,68 @@ jobs:
122122

123123
# Linux
124124
- name: Linux x86_64
125-
os: ubuntu-22.04
125+
os: ubuntu-24.04
126126
target: x86_64-unknown-linux-gnu
127127
tier: 1
128128
kind: native
129129

130130
- name: Linux aarch64
131-
os: ubuntu-22.04
131+
os: ubuntu-24.04
132132
target: aarch64-unknown-linux-gnu
133133
tier: 1
134134
kind: native
135135

136136
# Android
137137
- name: Android aarch64
138-
os: ubuntu-22.04
138+
os: ubuntu-24.04
139139
target: aarch64-linux-android
140140
tier: 2
141141
kind: native
142142

143143
# Android
144144
- name: Android ARMv7
145-
os: ubuntu-22.04
145+
os: ubuntu-24.04
146146
target: armv7-linux-androideabi
147147
tier: 2
148148
kind: wgpu-only
149149

150150
# Android
151151
- name: Android x86_64
152-
os: ubuntu-22.04
152+
os: ubuntu-24.04
153153
target: x86_64-linux-android
154154
tier: 2
155155
kind: wgpu-only
156156

157157
# OpenHarmony
158158
- name: OpenHarmony aarch64
159-
os: ubuntu-22.04
159+
os: ubuntu-24.04
160160
target: aarch64-unknown-linux-ohos
161161
tier: 2
162162
kind: native
163163

164164
# WebGPU/WebGL
165165
- name: WebAssembly
166-
os: ubuntu-22.04
166+
os: ubuntu-24.04
167167
target: wasm32-unknown-unknown
168168
tier: 2
169169
kind: web
170170

171171
- name: Emscripten
172-
os: ubuntu-22.04
172+
os: ubuntu-24.04
173173
target: wasm32-unknown-emscripten
174174
tier: 2
175175
kind: wgpu-only
176176

177177
- name: WebAssembly Core 1.0
178-
os: ubuntu-22.04
178+
os: ubuntu-24.04
179179
target: wasm32v1-none
180180
tier: 2
181181
kind: no_std
182182

183183
# 32-bit PowerPC Linux
184184
# Included to test support for `portable-atomic`
185185
- name: Linux ppc32
186-
os: ubuntu-22.04
186+
os: ubuntu-24.04
187187
target: powerpc-unknown-linux-gnu
188188
tier: 2
189189
kind: wgpu-only
@@ -364,7 +364,7 @@ jobs:
364364

365365
# Linux
366366
- name: Linux x86_64
367-
os: ubuntu-22.04
367+
os: ubuntu-24.04
368368
target: x86_64-unknown-linux-gnu
369369

370370
name: MSRV Check ${{ matrix.name }}
@@ -419,7 +419,7 @@ jobs:
419419
timeout-minutes: 10
420420

421421
name: MSRV Minimal Versions
422-
runs-on: ubuntu-22.04
422+
runs-on: ubuntu-24.04
423423
env:
424424
# Override flags to NOT include `-D warnings`, because warnings may be due to harmless problems in deps.
425425
# Also, allow unexpected_cfgs because it is very common and spammy when using old deps.

0 commit comments

Comments
 (0)