Skip to content

Commit 8b36690

Browse files
authored
Remove macos 13 (#1978)
1 parent d9c3419 commit 8b36690

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@ jobs:
3333
matrix:
3434
# macos-14==latest
3535
# ubuntu-20.04==latest
36-
os:
37-
[
38-
"ubuntu-latest",
39-
"ubuntu-24.04",
40-
"macos-14",
41-
"macos-13",
42-
"windows-latest",
43-
]
36+
os: ["ubuntu-latest", "ubuntu-24.04", "macos-14", "windows-latest"]
4437
python-version: ["3.9", "3.10", "3.11", "3.12"]
4538
sphinx-version: [""]
4639
include:

0 commit comments

Comments
 (0)