Skip to content

Commit

Permalink
Let's try to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Feb 3, 2023
1 parent 3cfeb9a commit 494ab2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Run unit tests
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
qgis_version: [release-3_16, latest]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
xvfb-run pytest
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
OSGEO_USERNAME: mkuhn
OSGEO_PASSWORD: ${{ secrets.OSGEO_PASSWORD }}
Expand All @@ -87,7 +87,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: |
sudo apt update && sudo apt install qttools5-dev-tools qt5-default
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install qgis-plugin-ci
- name: Release
run: |
Expand All @@ -101,7 +101,7 @@ jobs:
--osgeo-password ${OSGEO_PASSWORD}
package:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TX_TOKEN: ${{ secrets.TX_TOKEN }}
Expand All @@ -115,7 +115,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}
- name: Install dependencies
run: |
sudo apt update && sudo apt install qttools5-dev-tools qt5-default
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install qgis-plugin-ci
- name: Release
run: |
Expand All @@ -127,7 +127,7 @@ jobs:
path: ./qfieldsync.${{ github.event.inputs.ref }}.zip

translations:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
Expand Down

0 comments on commit 494ab2a

Please sign in to comment.