Skip to content

Commit

Permalink
chore(ci) fix Large CI workflow
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
casimiro committed Dec 11, 2023
1 parent 69e6bf3 commit d3be8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3be8fc

Please sign in to comment.