ci: update to ubuntu-22.04 from deprecated ubuntu-20.04
Ubuntu 20.04 is deprecated and has limited support. Using ubuntu-22.04 for better compatibility and support.
This commit is contained in:
parent
cc0a4f4ed6
commit
88ead53d80
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
postgres:
|
||||
image: timescale/timescaledb:latest-pg17
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/towerops_test
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue