Skip to content

Commit 1776e4f

Browse files
committed
Added windows-latest to CI
1 parent 80a9d73 commit 1776e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [ubuntu-latest, macos-14, macos-13]
8+
os: [windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- if: ${{ startsWith(matrix.os, 'windows') }}

0 commit comments

Comments
 (0)