Skip to content

Commit

Permalink
Fix windows build error on CI (java-native-access#400)
Browse files Browse the repository at this point in the history
Motivation:

Github does not support windows-2016 anymore

Modifications:

Switch to windows-2019

Result:

Build does not fail anymore on CI
  • Loading branch information
normanmaurer authored May 10, 2022
1 parent aff9b83 commit ab81deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
**/hs_err*.log
build-windows:
runs-on: windows-2016
runs-on: windows-2019
name: windows-x86_64
env:
# Let's limit the amount of ram that is used to unpack rustup as we saw
Expand Down

0 comments on commit ab81deb

Please sign in to comment.