We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f076e2 commit cc20339Copy full SHA for cc20339
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
name: Build executables
41
strategy:
42
matrix:
43
- os: [ubuntu-24.04-arm, ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-22.04-arm, ubuntu-22.04, windows-latest, macos-latest]
44
runs-on: ${{ matrix.os }}
45
steps:
46
- name: Set tag
@@ -57,7 +57,7 @@ jobs:
57
fetch-depth: 0
58
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
59
with:
60
- python-version: "3.11"
+ python-version: "3.12"
61
- name: Install requirements
62
run: |
63
python -m pip install .
0 commit comments