Skip to content

Commit

Permalink
Try running on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrks committed Jun 12, 2024
1 parent 6c01075 commit 6cd8a1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
reproduction:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ const run = () => {
setTimeout(run, 1000);
};

process.on('SIGINT', (signal) => {
console.log(signal);
});

run();

0 comments on commit 6cd8a1b

Please sign in to comment.