Skip to content

Commit 87df298

Browse files
committed
Reduce number of regression test matrix size
1 parent 432299c commit 87df298

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@ jobs:
115115
runs-on: ${{ matrix.os }}
116116
strategy:
117117
matrix:
118-
os: [ubuntu-22.04]
119-
platform: [x32, x64]
120-
compiler: [gcc, clang]
118+
os: [ubuntu-latest]
119+
#platform: [x32, x64]
120+
platform: [x64]
121+
#compiler: [gcc, clang]
122+
compiler: [gcc]
121123
configure:
122124
- {label: "with pcre2, with study, with jit", opt: "--enable-pcre-study=yes --enable-pcre-jit" }
123-
- {label: "with pcre, with study, with jit", opt: "--with-pcre --enable-pcre-study=yes --enable-pcre-jit" }
125+
#- {label: "with pcre, with study, with jit", opt: "--with-pcre --enable-pcre-study=yes --enable-pcre-jit" }
124126
steps:
125127
- name: Setup Dependencies
126128
run: |

0 commit comments

Comments
 (0)