Skip to content

Commit

Permalink
Update python-package.yml (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Dec 1, 2024
1 parent 485dde2 commit 5a9d2bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:
IMAGE_NAME: berv-flask
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.11', '3.12', '3.13']
services:
# Label used to access the service container
postgres:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
docker-build:
needs: build
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run build
Expand All @@ -73,7 +73,7 @@ jobs:
docker-push:
# Ensure test job passes before pushing image.
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a9d2bf

Please sign in to comment.