Skip to content

Commit

Permalink
chore(ci) fix 'Large CI' workflow file
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 authored Dec 11, 2023
1 parent 69e6bf3 commit 88ec9b9
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 88ec9b9

Please sign in to comment.