Skip to content

Commit

Permalink
Try enabling macos for nix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 9, 2025
1 parent 5574af7 commit 8ba9fec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos is currently broken due to:
# https://github.com/copier-org/copier/issues/1595
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]

uses: ./.github/workflows/ci-nix-template.yml
with:
Expand Down

0 comments on commit 8ba9fec

Please sign in to comment.