diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f8ff76c..7b0db95d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,10 @@ jobs: strategy: fail-fast: true matrix: - os: [windows-latest, ubuntu-latest, ubuntu-24.04-arm] + os: + - windows-latest + - ubuntu-latest + - ubuntu-24.04-arm runs-on: ${{ matrix.os }} steps: - name: Setup Platform Variables