Skip to content

Commit f3e2134

Browse files
committed
Experiment with matrix
1 parent 2b5a9ec commit f3e2134

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ jobs:
6161
# Builds and test MacVim
6262
build-and-test:
6363
if: ${{ !inputs.skip }}
64-
runs-on: ${{ inputs.os }}
64+
65+
strategy:
66+
matrix:
67+
include:
68+
- os: ${{ inputs.os }}
69+
70+
runs-on: ${{ matrix.os }}
6571
steps:
6672
- name: Checkout
6773
uses: actions/checkout@v5

0 commit comments

Comments
 (0)