Skip to content

Commit 0544df4

Browse files
Merge pull request #591 from biocore/workflow_update_20250106
Update python-package-conda.yml
2 parents 9f5fb2c + a0af424 commit 0544df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
# derived from https://github.com/actions/example-services/blob/master/.github/workflows/postgres-service.yml
1010
postgres-runner-job:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212

1313
# Service containers to run with `runner-job`
1414
services:
@@ -90,7 +90,7 @@ jobs:
9090
make test
9191
9292
lint:
93-
runs-on: ubuntu-latest
93+
runs-on: ubuntu-22.04
9494
steps:
9595
- uses: actions/checkout@v2
9696
- name: flake8

0 commit comments

Comments
 (0)