Skip to content

Commit

Permalink
ci: restore ubuntu-latest and force software rendering on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luau-project committed Dec 26, 2024
1 parent d597907 commit f8b41b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ on:
pull_request:
branches: [ master ]

env:
# Force software rendering on CI, because
# we were getting a CI error on Ubuntu 24.04 as follows:
# MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER))
# For more information, see https://github.com/lgi-devs/lgi/pull/332
LIBGL_ALWAYS_SOFTWARE: 1

jobs:
build_puc:
name: Test on PUC-Rio Lua
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down Expand Up @@ -57,7 +64,7 @@ jobs:

build_luajit:
name: Test on LuaJIT
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Set environment variable to hold LuaJIT checkout directory
Expand Down

0 comments on commit f8b41b4

Please sign in to comment.