Skip to content

Commit 45f6650

Browse files
authored
GHA: Use macos-14 for now (#2997)
See #2996. Closes #2296.
1 parent 4e87d9c commit 45f6650

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_python_cplusplus.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@ jobs:
302302
303303
macos_python:
304304
name: Tests MacOS Python
305-
runs-on: macos-latest
305+
# stick to macos-14 for now. tests on macos-15 take super long
306+
# https://github.com/AMICI-dev/AMICI/issues/2996
307+
runs-on: macos-14
306308
env:
307309
PYTHONFAULTHANDLER: "1"
308310

0 commit comments

Comments
 (0)