We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4556799 commit 3f78041Copy full SHA for 3f78041
.github/workflows/test-and-publish.yaml
@@ -89,6 +89,8 @@ jobs:
89
run: ./setup.sh
90
build-spidermonkey-win:
91
runs-on: windows-2022
92
+ # SpiderMonkey requires Visual Studio 2022 or newer.
93
+ # The Windows 2019 runner only has Visual Studio Enterprise 2019 installed.
94
steps:
95
- uses: actions/checkout@v4
96
- name: Read the mozilla-central commit hash to be used
0 commit comments