Skip to content

Commit

Permalink
Revert "Use ubuntu 24"
Browse files Browse the repository at this point in the history
This reverts commit 5827281.
  • Loading branch information
javalikescript committed Jan 25, 2025
1 parent 74054c1 commit 090a0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./build/lua -e "collectgarbage('incremental', 0, 10000000000000)" tests/run.lua

valgrind:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
BUILD_TYPE: Debug
WITH_LUA_ENGINE: Lua
Expand Down

0 comments on commit 090a0a7

Please sign in to comment.