From dad02d654c646c4fd5ce7f4f61db2c38a9594bf4 Mon Sep 17 00:00:00 2001 From: firestar99 Date: Wed, 7 Jan 2026 16:14:17 +0100 Subject: [PATCH] ci: switch to lavapipe --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 228a37c583..71ca5acfcf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -163,10 +163,7 @@ jobs: install_runtime: true cache: true stripdown: true - - # FIXME(eddyb) consider using lavapipe instead, or even trying both. - install_swiftshader: true - # install_lavapipe: true + install_lavapipe: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ runner.os == 'Windows' }}