File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 strategy :
3535 matrix :
3636 test_task : ['check'] # "test-bundler-parallel", "test-bundled-gems"
37- # specifying everything else with `include` to avoid redundant tests
37+ os : [macos-12]
38+ configure : ['--enable-shared']
39+ # specifying other jobs with `include` to avoid redundant tests
3840 include :
3941 - os : macos-11
4042 configure : ' '
41- - os : macos-12
42- configure : ' --enable-shared'
4343 fail-fast : false
4444
4545 env :
Original file line number Diff line number Diff line change 3636 test_task : [check]
3737 arch : ['']
3838 configure : ['cppflags=-DVM_CHECK_MODE']
39- # specifying everything else with `include` to avoid redundant tests
39+ # specifying other jobs with `include` to avoid redundant tests
4040 include :
4141 - test_task : check
4242 arch : i686
You can’t perform that action at this time.
0 commit comments