Skip to content

Commit

Permalink
no thread pool, macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Oct 5, 2023
1 parent 54f1f60 commit 812a329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
test-node-template:

runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions create-aleo-app/template-node/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {Account, initThreadPool, PrivateKey, ProgramManager,} from "@aleohq/sdk";

await initThreadPool(10);

const hello_hello_program =
"program hello_hello.aleo;\n" +
"\n" +
Expand Down

0 comments on commit 812a329

Please sign in to comment.