Skip to content

Commit

Permalink
ci(js): re-enable mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 9, 2024
1 parent 5519e57 commit 36f79e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
target: linux-x64-gnu
- runner: windows-latest
target: win32-x64
#- runner: macos-14
# target: darwin-arm64
- runner: macos-14
target: darwin-arm64
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-protoc@v3
Expand Down
2 changes: 1 addition & 1 deletion dist/js/publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemp/native",
"version": "0.0.7",
"version": "0.0.8",
"description": "code multiplexer -- javascript bindings",
"keywords": [
"codemp",
Expand Down

0 comments on commit 36f79e1

Please sign in to comment.