Skip to content

Commit 4dffa29

Browse files
committed
fix
1 parent b35322a commit 4dffa29

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,23 @@ jobs:
2121
- platform: macos-13 # Intel
2222
os: macos
2323
architecture: x64
24-
supports_ffmpeg: true
2524

2625
# Windows builds
2726
- platform: windows-latest
2827
os: windows
2928
architecture: x64
30-
supports_ffmpeg: true
3129
- platform: windows-latest
3230
os: windows
3331
architecture: x86 # 32-bit
34-
- platform: windows-2025
35-
os: windows
36-
architecture: arm64 # Windows ARM
32+
# NOT SUPPORTED YET
33+
# - platform: windows-2025
34+
# os: windows
35+
# architecture: arm64 # Windows ARM
3736

3837
# Linux builds
3938
- platform: ubuntu-latest
4039
os: linux
4140
architecture: x64
42-
supports_ffmpeg: true
4341
- platform: ubuntu-latest-arm
4442
os: linux
4543
architecture: arm64 # Linux ARM

0 commit comments

Comments
 (0)