diff options
author | saturneric <[email protected]> | 2024-01-31 09:27:23 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-31 09:27:23 +0000 |
commit | a0b4f5280e36ff402d8aca27acdf2dea1df7873f (patch) | |
tree | 45d8a3a1167dfd8c51930a595b2d88f1fa750321 | |
parent | fix: update translations (diff) | |
download | GpgFrontend-a0b4f5280e36ff402d8aca27acdf2dea1df7873f.tar.gz GpgFrontend-a0b4f5280e36ff402d8aca27acdf2dea1df7873f.zip |
fix: update ci configure
-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: |