Skip to content

Commit 5455edc

Browse files
authored
Merge pull request #13552 from notatallshaw/remove-macos-x86-from-CI
Remove MacOS x86 from CI
2 parents 324f3ce + 0ecae8e commit 5455edc

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)