Skip to content

Commit fb90e2d

Browse files
authored
Use 'arch -x86_64' to force-compile on macOS 14 temporary
1 parent 7dcbbc3 commit fb90e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
name: Mac OS Build
99
permissions: write-all
10-
runs-on: macos-13
10+
runs-on: macos-14
1111
steps:
1212
- name: Pulling the new commit
1313
uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
haxe -cp commandline -D analyzer-optimize --run Main setup -s
3232
- name: Building the game
3333
run: |
34-
haxelib run lime build mac
34+
arch -x86_64 haxelib run lime build mac
3535
- name: Tar files
3636
run: tar -zcvf CodenameEngine.tar.gz -C export/release/macos/bin .
3737
- name: Uploading artifact (executable)

0 commit comments

Comments
 (0)