Skip to content

Conversation

@kio-watanabe
Copy link
Contributor

@kio-watanabe kio-watanabe commented Oct 24, 2025

Summary

Code Changes

  • win/cobj/cobj.vcxproj
    • Changed the solution's target SDK from the specific version 10.0.22621.0 to target the latest installed version.
  • .github/workflows/windows-build.yml, windows-test.yml

@kio-watanabe kio-watanabe requested a review from Copilot October 24, 2025 07:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Windows build configuration to use the latest available Windows SDK version instead of a hardcoded specific version, resolving issue #717. The changes revert a temporary workaround and provide a more flexible, maintainable solution.

Key changes:

  • Updated the Windows SDK target version from a specific version (10.0.22621.0) to automatically use the latest installed version (10.0)
  • Reverted GitHub Actions workflow runners from windows-2022 to windows-latest

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
win/cobj/cobj.vcxproj Changed WindowsTargetPlatformVersion to use "10.0" to automatically target the latest installed SDK
.github/workflows/windows-test.yml Reverted runner specification from windows-2022 to windows-latest
.github/workflows/windows-build.yml Reverted runner specification from windows-2022 to windows-latest

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@yutaro-sakamoto yutaro-sakamoto merged commit 682fbd6 into opensourcecobol:develop Oct 24, 2025
145 checks passed
@tsh-hashimoto tsh-hashimoto mentioned this pull request Oct 31, 2025
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

Successfully merging this pull request may close these issues.

Building opensource COBOL 4J on Windows fails in GitHub Actions

2 participants