Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit b59f2a3

Browse files
committed
Commented MacOS (M1 to M4 Chips) For now.
1 parent fe84a6b commit b59f2a3

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

.github/workflows/main.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,27 @@ jobs:
7979
with:
8080
name: Universe-MacOS-INTEL
8181
path: export/release/macos/bin
82-
MacOS-ARM-Build:
83-
runs-on: macos-latest
82+
# MacOS On ARM (M1 to M4 chips) Will be commented until we figure it out.
8483

85-
steps:
86-
- uses: actions/checkout@v4.1.7
84+
# MacOS-ARM-Build:
85+
# runs-on: macos-latest
8786

88-
- uses: krdlab/setup-haxe@master
89-
with:
90-
haxe-version: 4.3.4
91-
- name: Install Haxelib
92-
run: |
93-
haxelib setup ~/haxelib
94-
chmod +x ./compile/workflow/unix.sh
95-
sh ./compile/workflow/unix.sh
96-
haxelib list
97-
- name: Compile MacOS ARM
98-
run: haxelib run lime build mac -arm64
99-
- name: Publish Artifact
100-
uses: actions/upload-artifact@v4
101-
with:
102-
name: Universe-MacOS-ARM
103-
path: export/release/macos/bin
87+
# steps:
88+
# - uses: actions/checkout@v4.1.7
89+
90+
# - uses: krdlab/setup-haxe@master
91+
# with:
92+
# haxe-version: 4.3.4
93+
# - name: Install Haxelib
94+
# run: |
95+
# haxelib setup ~/haxelib
96+
# chmod +x ./compile/workflow/unix.sh
97+
# sh ./compile/workflow/unix.sh
98+
# haxelib list
99+
# - name: Compile MacOS ARM
100+
# run: haxelib run lime build mac -arm64
101+
# - name: Publish Artifact
102+
# uses: actions/upload-artifact@v4
103+
# with:
104+
# name: Universe-MacOS-ARM
105+
# path: export/release/macos/bin

0 commit comments

Comments
 (0)