Skip to content

Commit

Permalink
Try building UE 5.4 on macOS 13 instead of 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed May 22, 2024
1 parent 078d13a commit 98d7ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-unreal-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ runs:
run: |
df -h
unzip -q ue.zip "${{ inputs.unreal-program-name }}/Engine/*" -d $HOME -x "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/LiveLinkHub-Mac-Shipping.app/*" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/Android/*" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/UnrealGame.app/*" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/UnrealGame-Mac-Shipping.app/*" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/UnrealGame-Mac-DebugGame.app/*" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/UnrealGame-Mac-DebugGame" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/UnrealGame" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/UnrealGame-Mac-Shipping" "${{ inputs.unreal-program-name }}/Engine/Binaries/Mac/*.dSYM"
df -h
rm ue.zip
df -h
24 changes: 2 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,37 +320,17 @@ jobs:
uses: ./.github/workflows/buildMac.yml
secrets: inherit
with:
runner-label: macos-12
runner-label: macos-13
unreal-engine-version: "5.4.0"
unreal-engine-zip: "s3://cesium-unreal-engine/5.4.0/UE_54_macOS.zip"
unreal-program-name: "UE_5.4"
upload-package-base-name: "CesiumForUnreal-54-macos"
xcode-version: "14.2"
TestMacOS12:
runs-on: macos-12
steps:
- name: Test
run: df -h
TestMacOS13:
runs-on: macos-13
steps:
- name: Test
run: df -h
TestMacOS14:
runs-on: macos-14
steps:
- name: Test
run: df -h
TestMacOSLatest:
runs-on: macos-latest
steps:
- name: Test
run: df -h
iOS54:
uses: ./.github/workflows/buildiOS.yml
secrets: inherit
with:
runner-label: macos-12
runner-label: macos-13
unreal-engine-version: "5.4.0"
unreal-engine-zip: "s3://cesium-unreal-engine/5.4.0/UE_54_macOS.zip"
unreal-program-name: "UE_5.4"
Expand Down

0 comments on commit 98d7ba1

Please sign in to comment.