From 88ec9b9960dac77b835e45eb3ae293198d6494b8 Mon Sep 17 00:00:00 2001 From: Caio Ramos Casimiro Date: Mon, 11 Dec 2023 16:00:56 -0300 Subject: [PATCH] chore(ci) fix 'Large CI' workflow file Although all its jobs run successfully, the Large CI workflow has been failing consistently due to a list inside the `include` field of `build-large` job's matrix in `.github/workflows/ci-large.yml`. --- .github/workflows/ci-large.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index 0e7801f27..9f6c26642 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -139,7 +139,7 @@ jobs: v8: [11.4.183.23] include: - label: old_nginx - os: [ubuntu-latest] + os: ubuntu-latest cc: clang-15 ngx: 1.21.6 runtime: wasmtime