diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2606658a..5fd4b986 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: name: Build executables strategy: matrix: - os: [ubuntu-24.04-arm, ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-22.04-arm, ubuntu-22.04, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Set tag @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install requirements run: | python -m pip install .