Skip to content

Commit

Permalink
Update Windows runner to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Oct 9, 2023
1 parent c3e4dd9 commit 109e1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build:
outputs:
artifact: ${{ steps.init.outputs.artifact }}
runs-on: ${{ (inputs.target_os == 'ios' || inputs.target_os == 'mac') && 'macos-latest' || inputs.target_os == 'win' && 'windows-2019' || 'ubuntu-20.04' }}
runs-on: ${{ (inputs.target_os == 'ios' || inputs.target_os == 'mac') && 'macos-latest' || inputs.target_os == 'win' && 'windows-2022' || 'ubuntu-20.04' }}
steps:
- name: Initialize
id: init
Expand Down
2 changes: 1 addition & 1 deletion steps/08-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ case "$OS" in
;;
esac
CMAKE_ARGS+=(
-G "Visual Studio 16 2019"
-G "Visual Studio 17 2022"
-A "$ARCH"
)
;;
Expand Down

0 comments on commit 109e1ce

Please sign in to comment.