fix macos portable ci (#1152)
* use love 11.5 for macos portable * use xcode 15.3
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -350,6 +350,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
rm ./ColdClear/universal/libcold_clear.a
|
rm ./ColdClear/universal/libcold_clear.a
|
||||||
|
- name: Use Xcode 15.3
|
||||||
|
# Xcode 15.4 segfaults
|
||||||
|
# see https://forums.developer.apple.com/forums/thread/757398
|
||||||
|
uses: mobiledevops/xcode-select-version-action@v1
|
||||||
|
with:
|
||||||
|
xcode-select-version: 15.3
|
||||||
- name: Build macOS packages
|
- name: Build macOS packages
|
||||||
id: build-packages
|
id: build-packages
|
||||||
uses: love-actions/love-actions-macos-portable@v1
|
uses: love-actions/love-actions-macos-portable@v1
|
||||||
@@ -358,6 +364,7 @@ jobs:
|
|||||||
bundle-id: ${{ steps.process-app-name.outputs.bundle-id }}
|
bundle-id: ${{ steps.process-app-name.outputs.bundle-id }}
|
||||||
copyright: "Copyright © 2019-2023 26F-Studio. Some Rights Reserved."
|
copyright: "Copyright © 2019-2023 26F-Studio. Some Rights Reserved."
|
||||||
icon-path: ./.github/build/macOS/${{ env.BUILD_TYPE }}/icon.icns
|
icon-path: ./.github/build/macOS/${{ env.BUILD_TYPE }}/icon.icns
|
||||||
|
love-ref: "11.5"
|
||||||
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
|
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
|
||||||
libs-path: ./ColdClear/universal/
|
libs-path: ./ColdClear/universal/
|
||||||
product-name: ${{ steps.process-app-name.outputs.product-name }}
|
product-name: ${{ steps.process-app-name.outputs.product-name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user