commit 86b264d6f193e544e477c4de4dfd2be71b26ab95
parent 57cbee90584fa429f6f8b5c272eb4aaa1cd2096d
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 4 Feb 2024 18:16:00 +0400
Revert "CI: disable macos"
This reverts commit 57cbee90584fa429f6f8b5c272eb4aaa1cd2096d.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
- nixpkgs=channel:nixpkgs-unstable
os:
- ubuntu-latest
- #- macos-latest
+ - macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository