Skip to content

Commit 1d3bb50

Browse files
author
Inbal Tako
committed
Run github actions on multiple os
1 parent 30feff8 commit 1d3bb50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
jobs:
1111
build:
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
- name: Notify slack success
1818
if: success()

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
jobs:
1111
ci:
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
- name: Notify slack success
1818
if: success()

0 commit comments

Comments
 (0)