Skip to content

Commit

Permalink
fix(ci): update CI workflow to use Ubuntu 24.04 and PostgreSQL 16.6 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Dec 13, 2024
1 parent 2d52276 commit 131240c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- run: npm run depcheck

test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

timeout-minutes: 30

Expand All @@ -195,7 +195,7 @@ jobs:
- 6379:6379
options: --entrypoint redis-server
postgres:
image: postgres:13.14
image: postgres:16.6
env:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down

0 comments on commit 131240c

Please sign in to comment.