We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc98de6 commit fb161fbCopy full SHA for fb161fb
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [ ubuntu-24.04, macos-14, windows-2019 ]
+ os: [ ubuntu-22.04, macos-14, windows-2019 ]
17
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
18
include:
19
- python-version: '3.9'
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments