Skip to content

Commit

Permalink
will this fix the restart
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Oct 24, 2023
1 parent 193c68e commit f7c527d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
os:
- "ubuntu-latest"
- "macos-latest"
- "macos-13"

steps:
- name: "Checkout"
Expand Down
3 changes: 2 additions & 1 deletion scripts/configure-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ if [[ "$RUNNER_OS" == "Linux" ]]; then
sudo systemctl daemon-reload
sudo systemctl restart nix-daemon.service
elif [[ "$RUNNER_OS" == "macOS" ]]; then
sudo launchctl kickstart -k system/org.nixos.nix-daemon
sudo launchctl kickstart -k -p system/org.nixos.nix-daemon
sudo launchctl kickstart -k -p system/org.nixos.nix-daemon
else
echo "Unsupported OS: $RUNNER_OS"
exit 1
Expand Down

0 comments on commit f7c527d

Please sign in to comment.