Skip to content

Commit 09a79d3

Browse files
committed
Fix the way to specify extra jobs
1 parent eca1c2e commit 09a79d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)