diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92d7ddb35..e82bc99ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: + # This should work with only the `include`s but it currently doesn't because of this bug: + # https://github.community/t5/How-to-use-Git-and-GitHub/GitHub-Actions-Matrix-options-dont-work-as-documented/td-p/29558 + os: [ubuntu-latest, windows-latest, macos-latest] include: - os: ubuntu-latest artifact_name: maple