Skip to content

Commit 16b98f9

Browse files
authored
chore(actions): remove Windows and MacOS builds (#98)
1 parent a86356b commit 16b98f9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,6 @@ jobs:
2727
runner: ubuntu-latest
2828
target: aarch64-unknown-linux-gnu
2929
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
4530

4631
steps:
4732
- name: Checkout code

0 commit comments

Comments
 (0)