Skip to content

Commit b5b3c20

Browse files
committed
update runner
1 parent e0f6bc9 commit b5b3c20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
matrix:
12-
lua: [5.2, 5.3]
12+
lua: [5.2, 5.3, 5.4]
1313

1414
steps:
1515
- name: Checkout current repo

0 commit comments

Comments
 (0)