Browse Source

ci: Upgrade ubuntu version to fix fdroid nightly error

pull/57/head
jld3103 2 years ago
parent
commit
6b13f5dc1c
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      .github/workflows/fdroid-nightly.yaml

2
.github/workflows/fdroid-nightly.yaml

@ -8,7 +8,7 @@ on:
jobs: jobs:
nightly: nightly:
name: Publish F-Droid nightly build name: Publish F-Droid nightly build
runs-on: ubuntu-latest runs-on: ubuntu-22.04
environment: nightly environment: nightly
steps: steps:
- name: Checkout - name: Checkout

Loading…
Cancel
Save