From 85e6f4c96d3281ab38bc840c766d62dcc4394058 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Fri, 14 Nov 2025 03:15:28 +0000 Subject: [PATCH] fix macos build --- .github/workflows/build-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index b06bd94..b527c0d 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -36,9 +36,9 @@ jobs: version: ${{ env.QT_VERSION }} modules: "qtmultimedia qtlocation qtpositioning qtserialport" - - uses: oven-sh/setup-bun@v2 + - uses: actions/setup-node@v6 with: - bun-version: latest + node-version: 24 - name: Update pkgconfig path run: | @@ -181,7 +181,7 @@ jobs: - name: Create DMG run: | - bun install -g create-dmg + npm install -g create-dmg create-dmg --volname "iDescriptor" --window-size 500 300 --icon-size 100 --app-drop-link 400 150 --icon "iDescriptor.app" 100 150 "build/iDescriptor.dmg" "build/iDescriptor.app" --no-code-sign - name: Upload Artifact