Skip to content

Commit

Permalink
Merge pull request #255 from Samweli/update_workflows
Browse files Browse the repository at this point in the history
Updates on the CI workflows
  • Loading branch information
Samweli authored Apr 18, 2024
2 parents 0d5daee + f87619d commit fc5289f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on: workflow_dispatch

jobs:
build-docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: qgis/qgis:release-3_16
image: qgis/qgis:release-3_34
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@ env:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Running tests on QGIS ${{ matrix.qgis_version_tag }}

strategy:
fail-fast: false
matrix:
qgis_version_tag:
- release-3_16
- release-3_20
- release-3_22
- release-3_24
- final-3_26_0
- release-3_34
- release-3_36

steps:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
create-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: qgis/qgis:release-3_20
image: qgis/qgis:release-3_34
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit fc5289f

Please sign in to comment.