We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47dd80 commit 1723cbaCopy full SHA for 1723cba
1 file changed
.github/workflows/test.yaml
@@ -9,14 +9,15 @@ jobs:
9
fail-fast: false
10
matrix:
11
build_config: [ Debug, Release ]
12
- name: [ linux, macOS, windows ]
+ # name: [ linux, macOS, windows ]
13
+ name: [ linux, macOS ]
14
include:
15
- name: Linux
16
os: ubuntu-latest
17
- name: macOS
18
os: macos-15
- - name: Windows
19
- os: windows-latest
+ # - name: Windows
20
+ # os: windows-latest
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v4
0 commit comments