Skip to content

Commit 8c75c08

Browse files
authored
chore: fix ci (#170)
1 parent 9c01808 commit 8c75c08

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/installer.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
matrix:
2727
os: [Ubuntu, macOS, Windows]
2828
python-version:
29-
- "3.9"
3029
- "3.10"
3130
- "3.11"
3231
- "3.12"
3332
- "3.13"
33+
- "3.14"
3434
args:
3535
- ""
3636
- "--preview"
@@ -41,7 +41,7 @@ jobs:
4141
- os: Windows
4242
image: windows-2022
4343
- os: macOS
44-
image: macos-12
44+
image: macos-14
4545
fail-fast: false
4646
defaults:
4747
run:
@@ -96,8 +96,8 @@ jobs:
9696
strategy:
9797
matrix:
9898
tag:
99-
- focal
10099
- jammy
100+
- noble
101101
defaults:
102102
run:
103103
shell: bash
@@ -108,7 +108,6 @@ jobs:
108108
run: |
109109
apt-get -y update
110110
apt-get -y install python3 ca-certificates
111-
apt-get -y install --reinstall python3-distutils
112111
113112
- name: Update PATH
114113
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)