Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 1, 2025
1 parent 5c2b089 commit acd9ce7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14, ubuntu-latest]
os: [macos-13, 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]
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
luarocks_version: [3.9.2]
luarocks_version: [3.11.1]
lua_version: [luajit2.1]
openssl_version:
- libressl-3.3.6
- libressl-3.4.3
- libressl-3.5.4
- libressl-3.6.3
- libressl-3.6.4
- libressl-3.7.3
- libressl-3.8.2
- libressl-3.8.4
- libressl-3.9.2
- libressl-4.0.0
env:
MACOSX_DEPLOYMENT_TARGET: 10.12
LUAROCKS: ${{ matrix.luarocks_version }}
Expand Down

0 comments on commit acd9ce7

Please sign in to comment.