CI: Disable fail-fast for Ubuntu builds

This commit is contained in:
Warchamp7
2026-07-17 16:19:19 -04:00
committed by Ryan Foster
parent 4675b12bcd
commit 0218aa658f
+1
View File
@@ -180,6 +180,7 @@ jobs:
ubuntu-build:
name: Ubuntu 🐧
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-26.04]
runs-on: ${{ matrix.os }}