Skip to content

Commit b77056d

Browse files
committed
ci: move macOS outside the matrix
1 parent 1ae765a commit b77056d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
matrix:
1515
ruby: [head, 3.0, 2.7, 2.6]
1616
llvm: ["6.0", 7, 8, 9, 10]
17-
os: [ ubuntu-18.04, macos-latest ]
17+
os: [ ubuntu-18.04 ]
18+
include:
19+
- os: macos-latest
20+
ruby: 2.6
21+
llvm: ~ # system
1822

1923
name: Ruby ${{ matrix.ruby }} / LLVM ${{ matrix.llvm }} on ${{ matrix.os }}
2024
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)