Skip to content

Commit

Permalink
Merge pull request #591 from biocore/workflow_update_20250106
Browse files Browse the repository at this point in the history
Update python-package-conda.yml
  • Loading branch information
cassidysymons authored Jan 6, 2025
2 parents 9f5fb2c + a0af424 commit 0544df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
# derived from https://github.com/actions/example-services/blob/master/.github/workflows/postgres-service.yml
postgres-runner-job:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Service containers to run with `runner-job`
services:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
make test
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: flake8
Expand Down

0 comments on commit 0544df4

Please sign in to comment.