Skip to content

Commit

Permalink
Github provided python 3.10 is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jan 15, 2025
1 parent db140ee commit 2c243e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cxx-override: default
- name: linux-x86_64-system-deps # ensure that Cutter can be built at least in basic config on Ubuntu 22.04 using sytem libraries
image: ubuntu:22.04
python-version: 3.10.x
python-version: 3.11.x
system-deps: true
package: false
tarball: false
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
artifact_linux: ${{ steps.output_setup.outputs.artifact_name }}
build-linux-old:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest # only a host environement, actual building happens in a docker image
strategy:
matrix:
name: [
Expand Down

0 comments on commit 2c243e5

Please sign in to comment.