From acd9ce7adaaf1aa7021e7ff768593a6db5cb84ac Mon Sep 17 00:00:00 2001 From: zhaozg Date: Wed, 1 Jan 2025 16:25:08 +0800 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 2 +- .github/workflows/libressl.yml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c032f3d..112cf75d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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] diff --git a/.github/workflows/libressl.yml b/.github/workflows/libressl.yml index 3b5c0a81..c8678f05 100644 --- a/.github/workflows/libressl.yml +++ b/.github/workflows/libressl.yml @@ -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 }}