Fix native release workflow runners
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Publish and Release
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
@@ -63,7 +66,7 @@ jobs:
|
||||
- id: linux-x64
|
||||
os: ubuntu-latest
|
||||
- id: darwin-x64
|
||||
os: macos-13
|
||||
os: macos-15-intel
|
||||
- id: darwin-arm64
|
||||
os: macos-14
|
||||
- id: win32-x64
|
||||
|
||||
Reference in New Issue
Block a user