File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -122,68 +122,68 @@ jobs:
122
122
123
123
# Linux
124
124
- name : Linux x86_64
125
- os : ubuntu-22 .04
125
+ os : ubuntu-24 .04
126
126
target : x86_64-unknown-linux-gnu
127
127
tier : 1
128
128
kind : native
129
129
130
130
- name : Linux aarch64
131
- os : ubuntu-22 .04
131
+ os : ubuntu-24 .04
132
132
target : aarch64-unknown-linux-gnu
133
133
tier : 1
134
134
kind : native
135
135
136
136
# Android
137
137
- name : Android aarch64
138
- os : ubuntu-22 .04
138
+ os : ubuntu-24 .04
139
139
target : aarch64-linux-android
140
140
tier : 2
141
141
kind : native
142
142
143
143
# Android
144
144
- name : Android ARMv7
145
- os : ubuntu-22 .04
145
+ os : ubuntu-24 .04
146
146
target : armv7-linux-androideabi
147
147
tier : 2
148
148
kind : wgpu-only
149
149
150
150
# Android
151
151
- name : Android x86_64
152
- os : ubuntu-22 .04
152
+ os : ubuntu-24 .04
153
153
target : x86_64-linux-android
154
154
tier : 2
155
155
kind : wgpu-only
156
156
157
157
# OpenHarmony
158
158
- name : OpenHarmony aarch64
159
- os : ubuntu-22 .04
159
+ os : ubuntu-24 .04
160
160
target : aarch64-unknown-linux-ohos
161
161
tier : 2
162
162
kind : native
163
163
164
164
# WebGPU/WebGL
165
165
- name : WebAssembly
166
- os : ubuntu-22 .04
166
+ os : ubuntu-24 .04
167
167
target : wasm32-unknown-unknown
168
168
tier : 2
169
169
kind : web
170
170
171
171
- name : Emscripten
172
- os : ubuntu-22 .04
172
+ os : ubuntu-24 .04
173
173
target : wasm32-unknown-emscripten
174
174
tier : 2
175
175
kind : wgpu-only
176
176
177
177
- name : WebAssembly Core 1.0
178
- os : ubuntu-22 .04
178
+ os : ubuntu-24 .04
179
179
target : wasm32v1-none
180
180
tier : 2
181
181
kind : no_std
182
182
183
183
# 32-bit PowerPC Linux
184
184
# Included to test support for `portable-atomic`
185
185
- name : Linux ppc32
186
- os : ubuntu-22 .04
186
+ os : ubuntu-24 .04
187
187
target : powerpc-unknown-linux-gnu
188
188
tier : 2
189
189
kind : wgpu-only
@@ -364,7 +364,7 @@ jobs:
364
364
365
365
# Linux
366
366
- name : Linux x86_64
367
- os : ubuntu-22 .04
367
+ os : ubuntu-24 .04
368
368
target : x86_64-unknown-linux-gnu
369
369
370
370
name : MSRV Check ${{ matrix.name }}
@@ -419,7 +419,7 @@ jobs:
419
419
timeout-minutes : 10
420
420
421
421
name : MSRV Minimal Versions
422
- runs-on : ubuntu-22 .04
422
+ runs-on : ubuntu-24 .04
423
423
env :
424
424
# Override flags to NOT include `-D warnings`, because warnings may be due to harmless problems in deps.
425
425
# Also, allow unexpected_cfgs because it is very common and spammy when using old deps.
You can’t perform that action at this time.
0 commit comments