1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 20:43:41 +00:00

[deps]: Update ubuntu to v22 (#3224)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-06 10:18:38 -04:00
committed by GitHub
parent b5443c79d2
commit 9a17da009c
6 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ on:
jobs:
release:
name: Create Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
branch-name: ${{ steps.branch.outputs.branch-name }}
steps:
@@ -121,7 +121,7 @@ jobs:
f-droid:
name: F-Droid Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: release
if: inputs.fdroid_publish
steps: