Skip to content

Commit 15325e7

Browse files
committed
back to macos 13
1 parent a9203c5 commit 15325e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
os: [macos-14]
87+
os: [macos-13]
8888
python_version: ['3.9', '3.10', '3.11']
8989

9090
steps:
@@ -106,7 +106,7 @@ jobs:
106106
ipywidgets
107107
matplotlib
108108
xeus-cling
109-
"traitlets>=5.0.3,<6"
109+
traitlets>=5.0.3,<6
110110
ipykernel
111111
pyzmq=25.1.0
112112

.github/workflows/packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
os: [ubuntu-latest, macos-14, windows-latest]
64+
os: [ubuntu-latest, macos-13, windows-latest]
6565
python: ['3.8', '3.10']
6666
include:
6767
- python: '3.8'
@@ -70,7 +70,7 @@ jobs:
7070
dist: 'voila*.whl'
7171
- os: windows-latest
7272
py_cmd: python
73-
- os: macos-14
73+
- os: macos-13
7474
py_cmd: python3
7575
- os: ubuntu-latest
7676
py_cmd: python

0 commit comments

Comments
 (0)