Skip to content

Commit

Permalink
qubes-dom0-packagev2.yml: bump Python to 3.12.7
Browse files Browse the repository at this point in the history
Qubes Builder requires datetime.UTC from Python, which was added in 3.11.
ubuntu-latest (currently ubuntu-22.04) uses 3.10.12 by default.

Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Oct 29, 2024
1 parent 9829cd7 commit a5fe125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qubes-dom0-packagev2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

steps:
- name: Install dependencies of builder script
- uses: actions/setup-python@v5
with:
python-version: '3.12.7'
# README also specified: python3-yaml rpm tree gpg openssl python3-setuptools
# docker.io was changed to docker because of conflict on containerd
run: |
Expand Down

0 comments on commit a5fe125

Please sign in to comment.