diff options
author | saturneric <[email protected]> | 2025-04-16 19:56:41 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 19:56:41 +0000 |
commit | 50d6693329e3ee77104f0e5907c4ee06b7e8d72a (patch) | |
tree | c48727bcede107edd8f2b0ae52fba5b42a93c5a5 /.github/workflows/release.yml | |
parent | fix: build gpgme 1.24.2 separately on windows (diff) | |
download | GpgFrontend-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.yml | 2 |
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: |