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:
Graham McIntire 2026-03-05 09:24:17 -06:00
parent cc0a4f4ed6
commit 88ead53d80
No known key found for this signature in database

View file

@ -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