Skip to content

Commit 1723cba

Browse files
committed
Disabled Windows for now as MSVC doesn't have auto(x)
1 parent f47dd80 commit 1723cba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
build_config: [ Debug, Release ]
12-
name: [ linux, macOS, windows ]
12+
# name: [ linux, macOS, windows ]
13+
name: [ linux, macOS ]
1314
include:
1415
- name: Linux
1516
os: ubuntu-latest
1617
- name: macOS
1718
os: macos-15
18-
- name: Windows
19-
os: windows-latest
19+
# - name: Windows
20+
# os: windows-latest
2021
runs-on: ${{ matrix.os }}
2122
steps:
2223
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)