Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 2241cb9

Browse files
committed
👷 Update CI configuration to replace macos-14 with macos-latest for improved compatibility
1 parent dfcf473 commit 2241cb9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-latest
1818
- windows-latest
1919
- macos-13
20-
- macos-14
20+
- macos-latest
2121

2222
defaults:
2323
run:
@@ -98,15 +98,14 @@ jobs:
9898
- ubuntu-latest
9999
- windows-latest
100100
- macos-13
101-
- macos-14
101+
- macos-latest
102102
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
103103
exclude:
104-
- os: macos-14
104+
- os: macos-latest
105105
python: "3.8"
106-
- os: macos-14
106+
- os: macos-latest
107107
python: "3.9"
108-
- os: windows-latest
109-
python: "3.13"
108+
fail-fast: false
110109

111110
defaults:
112111
run:
@@ -172,13 +171,14 @@ jobs:
172171
- ubuntu-latest
173172
- windows-latest
174173
- macos-13
175-
- macos-14
174+
- macos-latest
176175
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
177176
exclude:
178-
- os: macos-14
177+
- os: macos-latest
179178
python: "3.8"
180-
- os: macos-14
179+
- os: macos-latest
181180
python: "3.9"
181+
fail-fast: false
182182

183183
defaults:
184184
run:

0 commit comments

Comments
 (0)