Skip to content

Commit 3f78041

Browse files
committed
docs(CI): explain why we need Windows 2022 runner to build SpiderMonkey
1 parent 4556799 commit 3f78041

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
run: ./setup.sh
9090
build-spidermonkey-win:
9191
runs-on: windows-2022
92+
# SpiderMonkey requires Visual Studio 2022 or newer.
93+
# The Windows 2019 runner only has Visual Studio Enterprise 2019 installed.
9294
steps:
9395
- uses: actions/checkout@v4
9496
- name: Read the mozilla-central commit hash to be used

0 commit comments

Comments
 (0)