Skip to content

Commit ba098a5

Browse files
authored
Update mesa in CI. (#7044)
* Update mesa version. * Update ubuntu version.
1 parent d27c8be commit ba098a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ env:
3232

3333
# Sourced from https://archive.mesa3d.org/. Bumping this requires
3434
# updating the mesa build in https://github.com/gfx-rs/ci-build and creating a new release.
35-
MESA_VERSION: "24.2.3"
35+
MESA_VERSION: "24.3.4"
3636
# Corresponds to https://github.com/gfx-rs/ci-build/releases
37-
CI_BINARY_BUILD: "build19"
37+
CI_BINARY_BUILD: "build20"
3838

3939
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
4040
REPO_MSRV: "1.83"
@@ -476,7 +476,7 @@ jobs:
476476

477477
# Linux
478478
- name: Linux x86_64
479-
os: ubuntu-22.04
479+
os: ubuntu-24.04
480480

481481
name: Test ${{ matrix.name }}
482482
runs-on: ${{ matrix.os }}
@@ -561,7 +561,7 @@ jobs:
561561
echo "GALLIUM_DRIVER=llvmpipe" >> "$GITHUB_ENV"
562562
563563
- name: (linux) install vulkan sdk
564-
if: matrix.os == 'ubuntu-22.04'
564+
if: matrix.os == 'ubuntu-24.04'
565565
shell: bash
566566
run: |
567567
set -e
@@ -570,13 +570,13 @@ jobs:
570570
571571
# vulkan sdk
572572
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
573-
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-$VULKAN_SDK_VERSION-jammy.list https://packages.lunarg.com/vulkan/$VULKAN_SDK_VERSION/lunarg-vulkan-$VULKAN_SDK_VERSION-jammy.list
573+
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-$VULKAN_SDK_VERSION-noble.list https://packages.lunarg.com/vulkan/$VULKAN_SDK_VERSION/lunarg-vulkan-$VULKAN_SDK_VERSION-noble.list
574574
575575
sudo apt-get update
576576
sudo apt install -y vulkan-sdk
577577
578578
- name: (linux) install mesa
579-
if: matrix.os == 'ubuntu-22.04'
579+
if: matrix.os == 'ubuntu-24.04'
580580
shell: bash
581581
run: |
582582
set -e

0 commit comments

Comments
 (0)