Skip to content

Commit df9d591

Browse files
committed
Disable Nix MacOS CI (unused and has upstream issue)
1 parent 888628e commit df9d591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [ubuntu-latest, macOS-latest]
47+
# TODO: Fix compilation problems on macOS.
48+
# os: [ubuntu-latest, macOS-latest]
49+
os: [ubuntu-latest]
4850

4951
steps:
5052
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)