Skip to content

Commit cc20339

Browse files
Downgrade ubuntu (#404)
1 parent 5f076e2 commit cc20339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Build executables
4141
strategy:
4242
matrix:
43-
os: [ubuntu-24.04-arm, ubuntu-latest, windows-latest, macos-latest]
43+
os: [ubuntu-22.04-arm, ubuntu-22.04, windows-latest, macos-latest]
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
- name: Set tag
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5959
with:
60-
python-version: "3.11"
60+
python-version: "3.12"
6161
- name: Install requirements
6262
run: |
6363
python -m pip install .

0 commit comments

Comments
 (0)