Skip to content

Commit

Permalink
Added windows-latest to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 15, 2024
1 parent 80a9d73 commit 1776e4f
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 @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, macos-13]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- if: ${{ startsWith(matrix.os, 'windows') }}
Expand Down

0 comments on commit 1776e4f

Please sign in to comment.