Skip to content

Commit a6c16f4

Browse files
authored
matrix
1 parent 590047b commit a6c16f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/examples-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ on:
9191
jobs:
9292
common-steps:
9393
runs-on: ${{ matrix.os }}
94+
strategy:
95+
matrix:
96+
os: [ubuntu-latest]
9497
steps:
9598
- name: Checkout repository
9699
uses: actions/checkout@v3

0 commit comments

Comments
 (0)