Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
try going back to windows-2019 (as discussed here: actions/runner-images#9873)
  • Loading branch information
bobeaton authored Jul 1, 2024
1 parent c9f0222 commit c57fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build-windows:
runs-on: [windows-latest]
runs-on: windows-2019 # [windows-latest] # VS 2022 no longer automatically works w/ the non-‘latest’ version of the C++ bits
strategy:
# Keep building other jobs even if another fails, to show what _is_ still working.
fail-fast: false
Expand Down

0 comments on commit c57fa2a

Please sign in to comment.