Skip to content

Commit

Permalink
Move to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Nov 5, 2024
1 parent 3b8a533 commit 47b3933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.12']

steps:
- uses: actions/checkout@v4
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 upgrade -y && apt-get install python3-pip tini -y && apt-get clean

Expand Down

0 comments on commit 47b3933

Please sign in to comment.