Skip to content

Commit 2bd0b79

Browse files
author
Inbal Tako
committed
Run github actions on multiple os
1 parent 1574218 commit 2bd0b79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
test:
1212
name: CI
1313
runs-on: ${{ matrix.os }}
14-
strategy:
15-
matrix:
16-
os: [macos-latest, ubuntu-latest, windows-latest]
14+
strategy:
15+
matrix:
16+
os: [macos-latest, ubuntu-latest, windows-latest]
1717
steps:
1818
- uses: actions/checkout@v1
1919
- uses: actions/setup-ruby@v1

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
test:
1111
name: Testing
1212
runs-on: ${{ matrix.os }}
13-
strategy:
14-
matrix:
15-
os: [macos-latest, ubuntu-latest, windows-latest]
13+
strategy:
14+
matrix:
15+
os: [macos-latest, ubuntu-latest, windows-latest]
1616
steps:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-ruby@v1

0 commit comments

Comments
 (0)