mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(js): re-enable mac runner
This commit is contained in:
parent
27859e69cb
commit
241c3d6eb9
2 changed files with 3 additions and 3 deletions
4
.github/workflows/javascript.yml
vendored
4
.github/workflows/javascript.yml
vendored
|
@ -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
|
||||
|
|
2
dist/js/publish/package.json
vendored
2
dist/js/publish/package.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@codemp/native",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "code multiplexer -- javascript bindings",
|
||||
"keywords": [
|
||||
"codemp",
|
||||
|
|
Loading…
Reference in a new issue