Skip to content

Commit 492731b

Browse files
committed
feat: remove macos intelworkflow
1 parent 9ae652a commit 492731b

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/build-macos.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,6 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
build-macos-intel:
11-
name: Build for macOS Intel
12-
runs-on: macos-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
16-
- name: Install dependencies for x86_64
17-
run: arch -x86_64 brew install sdl2 sdl2_image sdl2_mixer
18-
19-
- name: Configure CMake
20-
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64"
21-
22-
- name: Build
23-
run: cmake --build build --config Release
24-
25-
- name: Package .app
26-
run: |
27-
cd build
28-
zip -r MarioISN-macos-intel.zip mario_isn.app
29-
30-
- name: Upload artifact
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: MarioISN-macos-intel
34-
path: build/MarioISN-macos-intel.zip
35-
3610
build-macos-arm:
3711
name: Build for macOS ARM
3812
runs-on: macos-latest

0 commit comments

Comments
 (0)