Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Oct 10, 2024
1 parent e471ea9 commit 43fa366
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 @@ -12,7 +12,7 @@ on:
jobs:
rust:
runs-on: ubuntu-latest
container: ubuntu:22.04
container: ubuntu:24.04
services:
postgres:
image: postgres
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

python:
runs-on: ubuntu-latest
container: ubuntu:22.04
container: ubuntu:24.04
strategy:
matrix:
python-version: ["3.12"]
Expand Down

0 comments on commit 43fa366

Please sign in to comment.