aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-31 09:27:23 +0000
committersaturneric <[email protected]>2024-01-31 09:27:23 +0000
commita0b4f5280e36ff402d8aca27acdf2dea1df7873f (patch)
tree45d8a3a1167dfd8c51930a595b2d88f1fa750321
parentfix: update translations (diff)
downloadGpgFrontend-a0b4f5280e36ff402d8aca27acdf2dea1df7873f.tar.gz
GpgFrontend-a0b4f5280e36ff402d8aca27acdf2dea1df7873f.zip
fix: update ci configure
-rw-r--r--.github/workflows/release-qt5.yml4
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: