Skip to content

Commit 6cfb8f8

Browse files
authored
Update python2.7-app.yml
1 parent 3f20703 commit 6cfb8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python2.7-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
# You can use PyPy versions in python-version.
1818
# For example, pypy2 and pypy3
@@ -39,4 +39,4 @@ jobs:
3939
pip install -r requirements-dev.txt
4040
- name: Test with mamba
4141
run: |
42-
mamba --enable-coverage
42+
mamba --enable-coverage

0 commit comments

Comments
 (0)