Skip to content

Commit a75a25f

Browse files
disable macos job
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
1 parent 97dc243 commit a75a25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [ubuntu-latest, macos-latest, windows-latest]
35+
os: [ubuntu-latest, windows-latest]
3636
steps:
3737
- name: Check out code
3838
uses: actions/checkout@v2

0 commit comments

Comments
 (0)