We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a503d commit d597907Copy full SHA for d597907
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build_puc:
11
name: Test on PUC-Rio Lua
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
13
14
strategy:
15
matrix:
@@ -57,7 +57,7 @@ jobs:
57
58
build_luajit:
59
name: Test on LuaJIT
60
61
62
steps:
63
- name: Set environment variable to hold LuaJIT checkout directory
0 commit comments