Skip to content

Commit 0ecae8e

Browse files
committed
Remove MacOS x86 from CI
1 parent d52011f commit 0ecae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
fail-fast: true
117117
matrix:
118-
os: [ubuntu-22.04, macos-13, macos-latest]
118+
os: [ubuntu-22.04, macos-latest]
119119
python:
120120
- "3.9"
121121
- "3.10"

0 commit comments

Comments
 (0)