Skip to content

Commit 18764e5

Browse files
authored
disabling macos build on release pipeline (#680)
disabling macos build on release pipeline (#680)
1 parent 10de229 commit 18764e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
unit-tests:
2121
strategy:
2222
matrix:
23-
os: [ ubuntu-latest, macos-11 ]
23+
os: [ ubuntu-latest ]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)