Skip to content

Commit 5c321ef

Browse files
author
Konrad Dysput
committed
Use ubuntu-22.04 for cicd pipeline to still support testing older python versions
1 parent fd39eae commit 5c321ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
python-version: [3.7, 3.8, 3.9, 3.11] # List of Python versions to test against

0 commit comments

Comments
 (0)