File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
build :
12
12
name : Build jupyterlab (no kernels)
13
- runs-on : ubuntu-latest
13
+ runs-on : [ ubuntu-latest, macos-latest]
14
14
15
15
outputs :
16
16
kernels : ${{ steps.kernels.outputs.kernels }}
41
41
build-kernel :
42
42
name : Build ${{ matrix.kernel }} kernel
43
43
needs : build
44
- runs-on : ubuntu-latest
44
+ runs-on : [ ubuntu-latest, macos-latest]
45
45
46
46
strategy :
47
47
fail-fast : false
76
76
build-all-kernels :
77
77
name : Build all kernels
78
78
needs : build-kernel
79
- runs-on : ubuntu-latest
79
+ runs-on : [ ubuntu-latest, macos-latest]
80
80
81
81
steps :
82
82
- uses : actions/checkout@v3
95
95
build-devshell :
96
96
name : Build devshell
97
97
needs : build-kernel
98
- runs-on : ubuntu-latest
98
+ runs-on : [ ubuntu-latest, macos-latest]
99
99
100
100
steps :
101
101
- uses : actions/checkout@v3
@@ -114,7 +114,7 @@ jobs:
114
114
build-docs :
115
115
name : Build docs
116
116
needs : build-kernel
117
- runs-on : ubuntu-latest
117
+ runs-on : [ ubuntu-latest, macos-latest]
118
118
119
119
steps :
120
120
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments