Skip to content

Commit 4f372e8

Browse files
committed
create release with Mac due to lipo
1 parent b8007b5 commit 4f372e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ jobs:
11691169

11701170
create_release:
11711171
name: Create Release
1172-
runs-on: ubuntu-latest
1172+
runs-on: macos-14
11731173
needs:
11741174
- archchecker_linux_build
11751175
- archchecker_windows_build

.github/workflows_template/build_library_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331

332332
create_release:
333333
name: Create Release
334-
runs-on: ubuntu-latest
334+
runs-on: macos-14
335335
needs:
336336
- archchecker_linux_build
337337
- archchecker_windows_build

0 commit comments

Comments
 (0)