Skip to content

Commit

Permalink
Revert to using latest windows on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Aug 20, 2024
1 parent cfac6f6 commit dff835a
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 @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit dff835a

Please sign in to comment.