Skip to content

Commit 5351565

Browse files
committed
yml
1 parent d57bf94 commit 5351565

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
strategy:
6262
matrix:
63-
platform: [win, linux]
63+
platform: [win]
6464
steps:
6565
- name: Checkout Code
6666
uses: actions/checkout@v3
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
strategy:
113113
matrix:
114-
platform: [win, linux]
114+
platform: [win]
115115
steps:
116116
- name: Download Artifacts
117117
uses: actions/download-artifact@v3
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: macos-latest
169169
strategy:
170170
matrix:
171-
platform: [mac]
171+
platform: [mac, linux]
172172
steps:
173173
- name: Checkout Code
174174
uses: actions/checkout@v3
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: macos-latest
217217
strategy:
218218
matrix:
219-
platform: [mac]
219+
platform: [mac, linux]
220220
steps:
221221
- name: Download Artifacts
222222
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)