Skip to content

Commit 89be18d

Browse files
authored
[Tizen] CI host artifact builds for macOS (#29)
Adds artifact generation for x64 builds in a macOS environment. I tested the build on macOS 26.3 (Tahoe) and M4 Pro (Arm64) using the x64 lib
1 parent ba99393 commit 89be18d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216

217217
strategy:
218218
matrix:
219-
arch: [arm, arm64]
219+
arch: [arm, arm64, x64]
220220
mode: [release, profile]
221221

222222
steps:
@@ -273,7 +273,7 @@ jobs:
273273

274274
strategy:
275275
matrix:
276-
arch: [arm, arm64]
276+
arch: [arm, arm64, x64]
277277
mode: [release, profile]
278278

279279
steps:
@@ -326,7 +326,7 @@ jobs:
326326
if-no-files-found: error
327327

328328
release:
329-
needs: [build]
329+
needs: [build, macos-build, macos-intel-build]
330330
if: ${{ github.event_name == 'push' }}
331331
runs-on: ubuntu-latest
332332

0 commit comments

Comments
 (0)