Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Feb 20, 2025
1 parent b35322a commit 4dffa29
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,23 @@ jobs:
- platform: macos-13 # Intel
os: macos
architecture: x64
supports_ffmpeg: true

# Windows builds
- platform: windows-latest
os: windows
architecture: x64
supports_ffmpeg: true
- platform: windows-latest
os: windows
architecture: x86 # 32-bit
- platform: windows-2025
os: windows
architecture: arm64 # Windows ARM
# NOT SUPPORTED YET
# - platform: windows-2025
# os: windows
# architecture: arm64 # Windows ARM

# Linux builds
- platform: ubuntu-latest
os: linux
architecture: x64
supports_ffmpeg: true
- platform: ubuntu-latest-arm
os: linux
architecture: arm64 # Linux ARM
Expand Down

0 comments on commit 4dffa29

Please sign in to comment.