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

Get build to work with windows-latest #76

Open
a22d44g66 opened this issue Feb 8, 2022 · 0 comments
Open

Get build to work with windows-latest #76

a22d44g66 opened this issue Feb 8, 2022 · 0 comments

Comments

@a22d44g66
Copy link
Collaborator

a22d44g66 commented Feb 8, 2022

The following is where windows-latest was changed to windows-2019, so that the build would pass:
59a4852#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721R62

commit 59a48522bd4b70fdf9dadd2c6f0476d0c49339c1
Date:   Tue Feb 8 13:29:47 2022 -0800
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62 +62 @@ jobs:
-    runs-on: windows-latest
+    runs-on: windows-2019

One reason why it might be necessary to get the build to work with windows-latest, as opposed to windows-2019, is that it might be possible that there could be some security issue with using windows-2019 instead of windows-latest.

@a22d44g66 a22d44g66 changed the title Get build to work with windows-latest Get build to work with windows-latest Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant