Skip to content

Commit 01a3c64

Browse files
committed
ci(os): use Python 3.13 for mkosi
1 parent e955ed9 commit 01a3c64

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/mkosi-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
ref: ${{ env.BASELINE_REVISION }}
5555
fetch-depth: 0
5656

57+
- name: Set up Python for mkosi
58+
uses: actions/setup-python@v6
59+
with:
60+
python-version: '3.13'
61+
5762
- name: Install host image assembly tools
5863
run: |
5964
sudo apt-get update

0 commit comments

Comments
 (0)