Skip to content

Commit bd93c6b

Browse files
author
Inbal Tako
committed
Fix tests
1 parent bf91e56 commit bd93c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-latest]
15+
os: [ubuntu-latest]
1616
steps:
1717
- name: Notify slack success
1818
if: success()

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-latest]
15+
os: [ubuntu-latest]
1616
steps:
1717
- name: Notify slack success
1818
if: success()

0 commit comments

Comments
 (0)