Skip to content

Commit 2bc5875

Browse files
committed
Run CI on ubuntu 22.04 runner
ubuntu-latest switched to 24.04, but 22.04 is the last version which supports Python 3.7 that we continue to test against for now.
1 parent 89945ba commit 2bc5875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
tests:
99
name: Run tests
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04 # Needed for Python 3.7 compatibility
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)