Skip to content

Commit d8c62a0

Browse files
authored
Merge pull request #26 from securenative/dev
Dev
2 parents f23964a + ba55760 commit d8c62a0

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, windows-latest]
15+
os: [macos-latest, 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, windows-latest]
15+
os: [macos-latest, ubuntu-latest]
1616
steps:
1717
- name: Notify slack success
1818
if: success()

0 commit comments

Comments
 (0)