Skip to content

Commit 381809f

Browse files
authored
Hotfix update github actions ubuntu version (#533)
* Update version of ubuntu on GA * Update version of ubuntu on GA
1 parent 07baaa0 commit 381809f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/alembic-migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
check-for-outdated-heads:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121

2222
steps:
2323
- name: Checkout main branch

.github/workflows/retrieval-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
validate:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
container: node:20.7-bullseye
2121

2222
services:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
REDIS_HOST: redis://redis:6379
1515
jobs:
1616
alembic-tests:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
container: node:20.7-bullseye
1919
services:
2020
postgres:
@@ -63,7 +63,7 @@ jobs:
6363
python -m alembic upgrade head
6464
python -m pytest -m "not rails and alembic" tests/api/test_alembic_migrations.py
6565
unit-tests:
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-22.04
6767
container: node:20.7-bullseye
6868
services:
6969
postgres:

0 commit comments

Comments
 (0)