Skip to content

Commit

Permalink
Linux build: bump to Python 3.11.11
Browse files Browse the repository at this point in the history
python-appimage removed the 3.11.10 release from their repo.
  • Loading branch information
jonathanperret committed Dec 13, 2024
1 parent 5b80726 commit 683f3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
# Using Python 3.11.10 specifically for Linux builds due to python-appimage availability
python-version: [3.11.10]
# Using Python 3.11.11 specifically for Linux builds due to python-appimage availability
python-version: [3.11.11]
steps:
- name: Checkout repo into AppDir
uses: actions/checkout@v4
Expand Down

0 comments on commit 683f3aa

Please sign in to comment.