We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b440510 commit 3949442Copy full SHA for 3949442
.github/workflows/deploy_to_repo.yaml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
deploy-to-repo:
8
name: Deploy to QGIS plugin repository
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
11
steps:
12
- uses: actions/checkout@v2
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
tests:
- runs-on: ubuntu-20.04
timeout-minutes: 10
13
14
strategy:
0 commit comments