Skip to content

Commit

Permalink
Switched to windows-2019 CI image.
Browse files Browse the repository at this point in the history
The windows-latest image has removed the v141 toolset used as the current
minimum target.
  • Loading branch information
akb825 committed May 19, 2024
1 parent 9fc6b19 commit 30ece9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
check_name: Tests (Mac ${{ matrix.lib_type }} Release)
junit_files: "${{ env.test_results_location }}/*.xml"
Windows:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
include:
Expand Down

0 comments on commit 30ece9d

Please sign in to comment.