Skip to content

Commit

Permalink
Merge pull request #71 from teksi/poa_upgrade_ubuntu
Browse files Browse the repository at this point in the history
upgrade ubuntu for CI
  • Loading branch information
ponceta authored Jan 20, 2025
2 parents db08737 + d5c93e6 commit d59c80b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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-24.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-24.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-24.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-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
plugin-package:
name: Packages and releases plugin
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
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-24.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-24.04

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

0 comments on commit d59c80b

Please sign in to comment.