Skip to content

Commit 57da892

Browse files
committed
Remove macos-14
1 parent 61b1c87 commit 57da892

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: ["3.9", "3.10", "3.11", "3.12"]
17-
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-14]
18-
exclude:
19-
- runs-on: macos-14
20-
python-version: "3.9"
17+
runs-on: [ubuntu-latest, windows-latest, macos-latest]
2118

2219
steps:
2320
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)