Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix nightly build script for windows + latest vscode #412

Merged
merged 16 commits into from
Jun 12, 2023
Merged
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
include:
- os: macos-latest
test: test
- os: windows-2022
- os: windows-latest
test: test
- os: ubuntu-latest
test: test-headless
Expand Down
Loading