Skip to content

Commit 5e0ddfd

Browse files
committed
use ubuntu 22 for 3.7
1 parent 03d8c25 commit 5e0ddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04 # Needed for Python 3.7
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)