Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 2732052

Browse files
authored
.github/workflows/release.yml: disable MacOS builds in release job (#82)
1 parent 691b284 commit 2732052

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
include:
7575
- os: ubuntu-latest
7676
nix-system: x86_64-linux
77-
- os: macos-latest
78-
nix-system: x86_64-darwin
7977
runs-on: ${{ matrix.os }}
8078
steps:
8179
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)