chore(ci): remove now redundant input

This commit is contained in:
Elian Doran
2025-03-24 17:15:46 +02:00
parent 2045865df2
commit 9f3fee2d06
3 changed files with 0 additions and 9 deletions

View File

@@ -20,17 +20,14 @@ jobs:
os:
- name: macos
image: macos-latest
extension: [dmg, zip]
shell: bash
forge_platform: darwin
- name: linux
image: ubuntu-latest
extension: [deb, rpm, zip, flatpak]
shell: bash
forge_platform: linux
- name: windows
image: windows-latest
extension: [exe, zip]
shell: cmd
forge_platform: win32
runs-on: ${{ matrix.os.image }}