Skip to content

Commit

Permalink
Merge pull request #526 from betagouv/ci/use-ubuntu-22
Browse files Browse the repository at this point in the history
ci: use ubuntu 22.04
  • Loading branch information
wiwski authored Apr 17, 2023
2 parents e15c165 + e2a306e commit fab0cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: betagouv/euphrosyne/.github/workflows/test.yaml@main

build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
needs:
- call-workflow-test
- build
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
python-checks:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
# -- block install --
- uses: actions/checkout@v2
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
python -m mypy
python-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
DB_NAME: euphrosyne

frontend-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit fab0cd0

Please sign in to comment.