mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
chore(deps): update dependency ubuntu to v24
This commit is contained in:
parent
cf4a74c6b9
commit
4ef4f5dfbe
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -122,60 +122,60 @@ jobs:
|
|||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
- name: Linux x86_64
|
- name: Linux x86_64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
tier: 1
|
tier: 1
|
||||||
kind: native
|
kind: native
|
||||||
|
|
||||||
- name: Linux aarch64
|
- name: Linux aarch64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
tier: 1
|
tier: 1
|
||||||
kind: native
|
kind: native
|
||||||
|
|
||||||
# Android
|
# Android
|
||||||
- name: Android aarch64
|
- name: Android aarch64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: aarch64-linux-android
|
target: aarch64-linux-android
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: native
|
kind: native
|
||||||
|
|
||||||
# Android
|
# Android
|
||||||
- name: Android ARMv7
|
- name: Android ARMv7
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: armv7-linux-androideabi
|
target: armv7-linux-androideabi
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: wgpu-only
|
kind: wgpu-only
|
||||||
|
|
||||||
# Android
|
# Android
|
||||||
- name: Android x86_64
|
- name: Android x86_64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: x86_64-linux-android
|
target: x86_64-linux-android
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: wgpu-only
|
kind: wgpu-only
|
||||||
|
|
||||||
# OpenHarmony
|
# OpenHarmony
|
||||||
- name: OpenHarmony aarch64
|
- name: OpenHarmony aarch64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: aarch64-unknown-linux-ohos
|
target: aarch64-unknown-linux-ohos
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: native
|
kind: native
|
||||||
|
|
||||||
# WebGPU/WebGL
|
# WebGPU/WebGL
|
||||||
- name: WebAssembly
|
- name: WebAssembly
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: wasm32-unknown-unknown
|
target: wasm32-unknown-unknown
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: web
|
kind: web
|
||||||
|
|
||||||
- name: Emscripten
|
- name: Emscripten
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: wasm32-unknown-emscripten
|
target: wasm32-unknown-emscripten
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: wgpu-only
|
kind: wgpu-only
|
||||||
|
|
||||||
- name: WebAssembly Core 1.0
|
- name: WebAssembly Core 1.0
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: wasm32v1-none
|
target: wasm32v1-none
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: no_std
|
kind: no_std
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
# 32-bit PowerPC Linux
|
# 32-bit PowerPC Linux
|
||||||
# Included to test support for `portable-atomic`
|
# Included to test support for `portable-atomic`
|
||||||
- name: Linux ppc32
|
- name: Linux ppc32
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: powerpc-unknown-linux-gnu
|
target: powerpc-unknown-linux-gnu
|
||||||
tier: 2
|
tier: 2
|
||||||
kind: wgpu-only
|
kind: wgpu-only
|
||||||
@ -364,7 +364,7 @@ jobs:
|
|||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
- name: Linux x86_64
|
- name: Linux x86_64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
name: MSRV Check ${{ matrix.name }}
|
name: MSRV Check ${{ matrix.name }}
|
||||||
@ -419,7 +419,7 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
name: MSRV Minimal Versions
|
name: MSRV Minimal Versions
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
# Override flags to NOT include `-D warnings`, because warnings may be due to harmless problems in deps.
|
# Override flags to NOT include `-D warnings`, because warnings may be due to harmless problems in deps.
|
||||||
# Also, allow unexpected_cfgs because it is very common and spammy when using old deps.
|
# Also, allow unexpected_cfgs because it is very common and spammy when using old deps.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user