diff options
-rw-r--r-- | .github/workflows/release-qt5.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml index 00ec531e..2a9336a1 100644 --- a/.github/workflows/release-qt5.yml +++ b/.github/workflows/release-qt5.yml @@ -1,4 +1,4 @@ -name: Build & Package +name: Build & Package Qt5 on: push: @@ -31,7 +31,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - if: matrix.os == 'windows-2019' || matrix.os == 'macos-11' || matrix.os == 'macos-12' + if: matrix.os == 'windows-2019' - uses: actions/checkout@v3 with: |