aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-16 19:56:41 +0000
committersaturneric <[email protected]>2025-04-16 19:56:41 +0000
commit50d6693329e3ee77104f0e5907c4ee06b7e8d72a (patch)
treec48727bcede107edd8f2b0ae52fba5b42a93c5a5 /.github/workflows/release.yml
parentfix: build gpgme 1.24.2 separately on windows (diff)
downloadGpgFrontend-50d6693329e3ee77104f0e5907c4ee06b7e8d72a.tar.gz
GpgFrontend-50d6693329e3ee77104f0e5907c4ee06b7e8d72a.zip
chore: upgrade linux build env to ubuntu-22.04
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f37a4f9f..1b2ac4f9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
build:
strategy:
matrix:
- os: ["ubuntu-20.04", "macos-13", "macos-14", "macos-15", "windows-2019"]
+ os: ["ubuntu-22.04", "macos-13", "macos-14", "macos-15", "windows-2019"]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: