Skip to content

Commit 33a8068

Browse files
committed
forgot to add runner to all jobs
1 parent cfa73b6 commit 33a8068

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
build:
1212
name: Build jupyterlab (no kernels)
13-
runs-on: ubuntu-latest
13+
runs-on: [ubuntu-latest, macos-latest]
1414

1515
outputs:
1616
kernels: ${{ steps.kernels.outputs.kernels }}
@@ -41,7 +41,7 @@ jobs:
4141
build-kernel:
4242
name: Build ${{ matrix.kernel }} kernel
4343
needs: build
44-
runs-on: ubuntu-latest
44+
runs-on: [ubuntu-latest, macos-latest]
4545

4646
strategy:
4747
fail-fast: false
@@ -76,7 +76,7 @@ jobs:
7676
build-all-kernels:
7777
name: Build all kernels
7878
needs: build-kernel
79-
runs-on: ubuntu-latest
79+
runs-on: [ubuntu-latest, macos-latest]
8080

8181
steps:
8282
- uses: actions/checkout@v3
@@ -95,7 +95,7 @@ jobs:
9595
build-devshell:
9696
name: Build devshell
9797
needs: build-kernel
98-
runs-on: ubuntu-latest
98+
runs-on: [ubuntu-latest, macos-latest]
9999

100100
steps:
101101
- uses: actions/checkout@v3
@@ -114,7 +114,7 @@ jobs:
114114
build-docs:
115115
name: Build docs
116116
needs: build-kernel
117-
runs-on: ubuntu-latest
117+
runs-on: [ubuntu-latest, macos-latest]
118118

119119
steps:
120120
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)