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 a86356b commit 16b98f9Copy full SHA for 16b98f9
.github/workflows/build-release.yml
@@ -27,21 +27,6 @@ jobs:
27
runner: ubuntu-latest
28
target: aarch64-unknown-linux-gnu
29
output: piosk-linux-arm64
30
- # Windows x86_64
31
- - os: windows-x64
32
- runner: windows-latest
33
- target: x86_64-pc-windows-msvc
34
- output: piosk-windows-x64.exe
35
- # macOS x86_64
36
- - os: macos-x64
37
- runner: macos-13
38
- target: x86_64-apple-darwin
39
- output: piosk-macos-x64
40
- # macOS ARM64 (Apple Silicon)
41
- - os: macos-arm64
42
- runner: macos-14
43
- target: aarch64-apple-darwin
44
- output: piosk-macos-arm64
45
46
steps:
47
- name: Checkout code
0 commit comments