Skip to content

Commit

Permalink
Target Windows SDK 10.0.17763.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 11, 2024
1 parent 4468cb2 commit efca851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jvm_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'microsoft'
distribution: 'temurin'
java-version: '11'

- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -G"Visual Studio 17 2022" -A x64 -DJVM_BINDINGS=ON
cmake .. -G"Visual Studio 17 2022" -A "x64,version=10.0.17763.0" -DJVM_BINDINGS=ON
cmake --build . --config Release
if: matrix.os == 'windows-latest'

Expand Down

0 comments on commit efca851

Please sign in to comment.