We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee7f73 commit f521efcCopy full SHA for f521efc
1 file changed
.github/workflows/build.yml
@@ -7,16 +7,8 @@ jobs:
7
fail-fast: false
8
matrix:
9
include:
10
- - os: ubuntu-22.04
+ - os: windows-2025
11
sqlserver-version: 2022
12
- - os: windows-2022
13
- sqlserver-version: 2022
14
15
- sqlserver-version: 2019
16
- - os: windows-2019
17
18
19
20
steps:
21
- uses: actions/checkout@v4
22
- uses: ./.
0 commit comments