Skip to content

Commit 2168df4

Browse files
committed
Remove macOS build from desktop workflow to simplify CI process
1 parent 8d29341 commit 2168df4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/desktop.build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-desktop:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-22.04, windows-latest, macos-latest]
12+
os: [ubuntu-22.04, windows-latest]
1313
include:
1414
- os: ubuntu-22.04
1515
os_name: linux
@@ -25,13 +25,7 @@ jobs:
2525
artifact_path_cli: dist/fiscalberry-cli.exe
2626
artifact_path_gui: dist/fiscalberry-gui.exe
2727
python_platform: win32
28-
- os: macos-latest
29-
os_name: macos
30-
asset_suffix_cli: mac-x64
31-
asset_suffix_gui: mac-x64.app
32-
artifact_path_cli: dist/fiscalberry-cli
33-
artifact_path_gui: dist/fiscalberry-gui.app
34-
python_platform: darwin
28+
3529

3630
runs-on: ${{ matrix.os }}
3731

0 commit comments

Comments
 (0)