Update build-linux-exe job to use matrix runner

This commit is contained in:
hlohaus
2025-09-08 02:00:13 +02:00
parent ce82746890
commit b18d2970e0

View File

@@ -130,7 +130,7 @@ jobs:
# Linux Executables
build-linux-exe:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}
needs: prepare
strategy:
matrix: