Skip to content

Commit 143b0c8

Browse files
committed
chore: fix ci
1 parent 9c01808 commit 143b0c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/installer.yml

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)