Skip to content

Commit 7ce6d08

Browse files
committed
Run MacOs Intel tests on MacOs 13 and run tests ASAP
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
1 parent db7504a commit 7ce6d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
path: ./wheelhouse/*.whl
5454

5555
test_wheels:
56-
needs: [build_wheels]
56+
needs: [build_wheels:{{ matrix.os }}]
5757
strategy:
5858
matrix:
59-
os: [macos-11, windows-latest, ubuntu-latest]
59+
os: [macos-13, windows-latest, ubuntu-latest]
6060
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
6161
runs-on: ${{ matrix.os }}
6262
steps:

0 commit comments

Comments
 (0)