From bf18cbb3fe2311c83f03dc8efdb322ce061421cd Mon Sep 17 00:00:00 2001 From: Caio Casimiro Date: Mon, 11 Dec 2023 17:25:20 +0000 Subject: [PATCH] wip --- .github/workflows/ci-large.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index 27c709619..831d08fdb 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -130,7 +130,7 @@ jobs: fail-fast: false matrix: label: [""] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] cc: [clang-13, clang-14, gcc-10, gcc-11] ngx: [1.25.3] runtime: [wasmtime, wasmer, v8] @@ -139,7 +139,7 @@ jobs: v8: [11.4.183.23] include: - label: old_nginx - os: [ubuntu-latest, macos-latest] + os: ubuntu-latest cc: clang-15 ngx: 1.21.6 runtime: wasmtime