Skip to content

Commit

Permalink
ci: update ci tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 1, 2025
1 parent c86973d commit 9d3725b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-latest]
luarocks_version: [3.9.2]
os: [macos-14, ubuntu-latest]
luarocks_version: [3.11.1]
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.15, openssl-3.1.7, openssl-3.2.3, openssl-3.3.2, openssl-3.4.0]
env:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
env:
WITH_LUA_ENGINE: LuaJIT
LUA: luajit2.1
LUAROCKS: 3.9.2
LUAROCKS: 3.11.1
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9d3725b

Please sign in to comment.