We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e0727 commit 81c3c14Copy full SHA for 81c3c14
.github/workflows/build-wheels.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
# os: [ubuntu-latest, windows-latest, macOS-latest, ubuntu-20.04, ]
15
- os: [ubuntu-20.04] #, windows-latest, macos-12, macOS-latest]
+ os: [ubuntu-22.04] #, windows-latest, macos-12, macOS-latest]
16
python-version: ['3.11']
17
18
steps:
0 commit comments