Skip to content

Commit

Permalink
Merge pull request #451 from teksi/poa_set_fixed_ubuntu_version
Browse files Browse the repository at this point in the history
Set fixed version of ubuntu
  • Loading branch information
ponceta authored Oct 10, 2024
2 parents 0c3446d + 9d55d5c commit d50aa08
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/datamodel-create-dumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
datamodel-dumps:
name: Create dumps and schemaspy of datamodel
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
COMPOSE_PROFILES: schemaspy

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/datamodel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
datamodel-tests:
name: Run unit tests on datamodel
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

static-tests:
name: Run static tests on datamodel
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

build:
needs: datamodel-documentation
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ on:
jobs:
plugin-package:
name: Packages and releases plugin
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install Qt lrelease
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
plugin-tests:
name: Run unit tests on plugin
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Update project translations
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
Expand Down

0 comments on commit d50aa08

Please sign in to comment.