Skip to content

Commit 760b35b

Browse files
debug: make sure macos-14 fails like macos-15
The idea is that test failures are related to the architecure: ARM vs. Intel previously.
1 parent b5a5982 commit 760b35b

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
@@ -162,7 +162,7 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
python-version: ["3.8", "3.11"]
165-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
165+
runs-on: [ubuntu-latest, macos-14, windows-latest]
166166

167167
steps:
168168
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)