We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcbbc3 commit fb90e2dCopy full SHA for fb90e2d
.github/workflows/macos.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
name: Mac OS Build
9
permissions: write-all
10
- runs-on: macos-13
+ runs-on: macos-14
11
steps:
12
- name: Pulling the new commit
13
uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
31
haxe -cp commandline -D analyzer-optimize --run Main setup -s
32
- name: Building the game
33
run: |
34
- haxelib run lime build mac
+ arch -x86_64 haxelib run lime build mac
35
- name: Tar files
36
run: tar -zcvf CodenameEngine.tar.gz -C export/release/macos/bin .
37
- name: Uploading artifact (executable)
0 commit comments