File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# Sourced from https://archive.mesa3d.org/. Bumping this requires
34
34
# 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 "
36
36
# Corresponds to https://github.com/gfx-rs/ci-build/releases
37
- CI_BINARY_BUILD : " build19 "
37
+ CI_BINARY_BUILD : " build20 "
38
38
39
39
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
40
40
REPO_MSRV : " 1.83"
@@ -476,7 +476,7 @@ jobs:
476
476
477
477
# Linux
478
478
- name : Linux x86_64
479
- os : ubuntu-22 .04
479
+ os : ubuntu-24 .04
480
480
481
481
name : Test ${{ matrix.name }}
482
482
runs-on : ${{ matrix.os }}
@@ -561,7 +561,7 @@ jobs:
561
561
echo "GALLIUM_DRIVER=llvmpipe" >> "$GITHUB_ENV"
562
562
563
563
- name : (linux) install vulkan sdk
564
- if : matrix.os == 'ubuntu-22 .04'
564
+ if : matrix.os == 'ubuntu-24 .04'
565
565
shell : bash
566
566
run : |
567
567
set -e
@@ -570,13 +570,13 @@ jobs:
570
570
571
571
# vulkan sdk
572
572
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
574
574
575
575
sudo apt-get update
576
576
sudo apt install -y vulkan-sdk
577
577
578
578
- name : (linux) install mesa
579
- if : matrix.os == 'ubuntu-22 .04'
579
+ if : matrix.os == 'ubuntu-24 .04'
580
580
shell : bash
581
581
run : |
582
582
set -e
You can’t perform that action at this time.
0 commit comments