mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: disable macos target for js for now
so it runs the publish step
This commit is contained in:
parent
0c9893f442
commit
4f875ebfe4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/javascript.yml
vendored
4
.github/workflows/javascript.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
||||||
target: win32-x64
|
target: win32-x64
|
||||||
- runner: ubuntu-latest
|
- runner: ubuntu-latest
|
||||||
target: linux-x64-gnu
|
target: linux-x64-gnu
|
||||||
- runner: macos-14
|
#- runner: macos-14
|
||||||
target: darwin-arm64
|
# target: darwin-arm64
|
||||||
#- runner: macos-12
|
#- runner: macos-12
|
||||||
# target: darwin-64
|
# target: darwin-64
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue