Skip to content

Commit d597907

Browse files
committed
ci: revert to run on Ubuntu 22.04
1 parent 48a503d commit d597907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build_puc:
1111
name: Test on PUC-Rio Lua
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313

1414
strategy:
1515
matrix:
@@ -57,7 +57,7 @@ jobs:
5757

5858
build_luajit:
5959
name: Test on LuaJIT
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161

6262
steps:
6363
- name: Set environment variable to hold LuaJIT checkout directory

0 commit comments

Comments
 (0)