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 8d29341 commit 2168df4Copy full SHA for 2168df4
.github/workflows/desktop.build.yml
@@ -9,7 +9,7 @@ jobs:
9
build-desktop:
10
strategy:
11
matrix:
12
- os: [ubuntu-22.04, windows-latest, macos-latest]
+ os: [ubuntu-22.04, windows-latest]
13
include:
14
- os: ubuntu-22.04
15
os_name: linux
@@ -25,13 +25,7 @@ jobs:
25
artifact_path_cli: dist/fiscalberry-cli.exe
26
artifact_path_gui: dist/fiscalberry-gui.exe
27
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
+
35
36
runs-on: ${{ matrix.os }}
37
0 commit comments