Disable release matrix entries for testing

This commit is contained in:
Jamie Pine 2025-12-11 01:21:55 -08:00
parent 7465a0b710
commit f582c0417a

View File

@ -22,16 +22,16 @@ jobs:
- host: macos-14 - host: macos-14
target: aarch64-apple-darwin target: aarch64-apple-darwin
platform: macos-aarch64 platform: macos-aarch64
- host: macos-15-intel # - host: macos-15-intel
target: x86_64-apple-darwin # target: x86_64-apple-darwin
platform: macos-x86_64 # platform: macos-x86_64
# Linux builds # # Linux builds
- host: ubuntu-22.04 # - host: ubuntu-22.04
target: x86_64-unknown-linux-gnu # target: x86_64-unknown-linux-gnu
platform: linux-x86_64 # platform: linux-x86_64
- host: ubuntu-22.04 # - host: ubuntu-22.04
target: aarch64-unknown-linux-gnu # target: aarch64-unknown-linux-gnu
platform: linux-aarch64 # platform: linux-aarch64
# Windows builds (uncomment when needed) # Windows builds (uncomment when needed)
# - host: windows-latest # - host: windows-latest
# target: x86_64-pc-windows-msvc # target: x86_64-pc-windows-msvc
@ -100,28 +100,28 @@ jobs:
strategy: strategy:
matrix: matrix:
settings: settings:
- host: macos-15-intel # - host: macos-15-intel
target: x86_64-apple-darwin # target: x86_64-apple-darwin
bundles: dmg,app # bundles: dmg,app
os: darwin # os: darwin
arch: x86_64 # arch: x86_64
- host: macos-14 - host: macos-16
target: aarch64-apple-darwin target: aarch64-apple-darwin
bundles: dmg,app bundles: dmg,app
os: darwin os: darwin
arch: aarch64 arch: aarch64
- host: windows-latest # - host: windows-latest
target: x86_64-pc-windows-msvc # target: x86_64-pc-windows-msvc
bundles: msi # bundles: msi
os: windows # os: windows
arch: x86_64 # arch: x86_64
# - host: windows-latest # - host: windows-latest
# target: aarch64-pc-windows-msvc # target: aarch64-pc-windows-msvc
- host: ubuntu-22.04 # - host: ubuntu-22.04
target: x86_64-unknown-linux-gnu # target: x86_64-unknown-linux-gnu
bundles: deb # bundles: deb
os: linux # os: linux
arch: x86_64 # arch: x86_64
# - host: ubuntu-22.04 # - host: ubuntu-22.04
# target: x86_64-unknown-linux-musl # target: x86_64-unknown-linux-musl
# - host: ubuntu-22.04 # - host: ubuntu-22.04