From e9bddd8805096721ba1ff07d9eac72efb99480c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Thu, 5 Sep 2024 19:44:01 +0200 Subject: [PATCH] #97: add comment in workflow file --- .github/workflows/build-and-test-macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index cbe20ecdd..1196a3455 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -125,7 +125,8 @@ jobs: sudo rm -rf /var/lib/apt/lists/* - name: Install Latest Mesa Drivers (Ubuntu 24.04) - # To fix on Ubuntu 24.04: MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER) + # To fix error occuring on the `ubuntu-24.04` runner: + # Error: MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER) if: ${{matrix.host.base == 'ubuntu-24.04'}} run: | # Start virtual display (Linux)