Skip to content

Fix try-catch: save c1, c3 to catch continuation (#1332) #270

Fix try-catch: save c1, c3 to catch continuation (#1332)

Fix try-catch: save c1, c3 to catch continuation (#1332) #270

name: MacOS-14 TON build (shared, arm64)
on: [push,workflow_dispatch,workflow_call]
jobs:
build:
runs-on: macos-14
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Build TON
run: |
cp assembly/native/build-macos-shared.sh .
chmod +x build-macos-shared.sh
./build-macos-shared.sh -t -a
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: ton-binaries-macos-14
path: artifacts