Skip to content

Commit fd7e3ee

Browse files
committed
Remove macOS/iOS builds.
It's too hard to get them working on modern GH Actions runners.
1 parent 9e5c9c8 commit fd7e3ee

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/build.yml

+1-31
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,9 @@ jobs:
5656
unreal-program-name: "UE_5.1"
5757
upload-package-base-name: "CesiumForUnreal-51-linux"
5858
clang-version: "v20_clang-13.0.1-centos7"
59-
macOS51:
60-
uses: ./.github/workflows/buildMac.yml
61-
secrets: inherit
62-
with:
63-
runner-label: macos-13
64-
unreal-engine-version: "5.1.0"
65-
unreal-engine-zip: "s3://cesium-unreal-engine/5.1.0/macOS/UE_51_macOS.zip"
66-
unreal-program-name: "UE_5.1"
67-
upload-package-base-name: "CesiumForUnreal-51-macos"
68-
xcode-version: "14.3.1"
69-
iOS51:
70-
uses: ./.github/workflows/buildiOS.yml
71-
secrets: inherit
72-
with:
73-
runner-label: macos-13
74-
unreal-engine-version: "5.1.0"
75-
unreal-engine-zip: "s3://cesium-unreal-engine/5.1.0/macOS/UE_51_macOS.zip"
76-
unreal-program-name: "UE_5.1"
77-
upload-package-base-name: "CesiumForUnreal-51-ios"
78-
xcode-version: "14.3.1"
7959
Combine51:
8060
runs-on: ubuntu-latest
81-
needs: [Windows51, Linux51, Android51, macOS51, iOS51]
61+
needs: [Windows51, Linux51, Android51]
8262
steps:
8363
- name: Check out repository code
8464
uses: actions/checkout@v4
@@ -89,16 +69,6 @@ jobs:
8969
# Make these available to subsequent steps
9070
echo "CESIUM_UNREAL_VERSION=$CESIUM_UNREAL_VERSION" >> $GITHUB_ENV
9171
echo "BUILD_CESIUM_UNREAL_PACKAGE_NAME=$BUILD_CESIUM_UNREAL_PACKAGE_NAME" >> $GITHUB_ENV
92-
- name: Download iOS build
93-
uses: actions/download-artifact@v4
94-
with:
95-
name: CesiumForUnreal-51-ios-${{ env.CESIUM_UNREAL_VERSION}}
96-
path: combine
97-
- name: Download macOS build
98-
uses: actions/download-artifact@v4
99-
with:
100-
name: CesiumForUnreal-51-macos-${{ env.CESIUM_UNREAL_VERSION}}
101-
path: combine
10272
- name: Download Android build
10373
uses: actions/download-artifact@v4
10474
with:

0 commit comments

Comments
 (0)