Skip to content

Commit 89f2f48

Browse files
committed
chore: add windows-2022 to build matrix
- add windows-2022 to the list of operating systems in the build matrix - keep existing os options (ubuntu-22.04, macos-13, macos-14, macos-15, windows-2019)
1 parent 4f3dcf0 commit 89f2f48

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ jobs:
4545
build:
4646
strategy:
4747
matrix:
48-
os: ["ubuntu-22.04", "macos-13", "macos-14", "macos-15", "windows-2019"]
48+
os:
49+
[
50+
"ubuntu-22.04",
51+
"macos-13",
52+
"macos-14",
53+
"macos-15",
54+
"windows-2019",
55+
"windows-2022",
56+
]
4957
runs-on: ${{ matrix.os }}
5058
continue-on-error: true
5159
steps:

0 commit comments

Comments
 (0)