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/testing-nightly.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 '')
-rw-r--r-- | .github/workflows/testing-nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index d94f0174..2d6933d4 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -37,7 +37,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: |