Skip to content

Commit

Permalink
Upgrade python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 4, 2024
1 parent 78d810f commit 6b13482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ env:
jobs:

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python_version: [ '3.10' ]
python_version: [ '3.12' ]

services:
postgresql:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
ACOUSTID_TEST_INDEX_PORT: ${{ job.services.index.ports['6080'] }}

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ test ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 6b13482

Please sign in to comment.