File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,26 +42,26 @@ jobs:
4242 fail-fast : false
4343 matrix :
4444 include :
45- # Linux
46- - os : linux
47- arch : x64
48- runner : ubuntu-latest
49- - os : linux
50- arch : arm64
51- runner : ubuntu-24.04-arm
52-
53- # macOS
54- - os : macos
55- arch : arm64
56- runner : macos-latest
57- - os : macos
58- arch : x64
59- runner : macos-15-intel
45+ # # Linux
46+ # - os: linux
47+ # arch: x64
48+ # runner: ubuntu-latest
49+ # - os: linux
50+ # arch: arm64
51+ # runner: ubuntu-24.04-arm
6052
61- # Windows (disabled for now)
62- # - os: windows
53+ # # macOS
54+ # - os: macos
55+ # arch: arm64
56+ # runner: macos-latest
57+ # - os: macos
6358 # arch: x64
64- # runner: windows-latest
59+ # runner: macos-15-intel
60+
61+ # Windows
62+ - os : windows
63+ arch : x64
64+ runner : windows-latest
6565 runs-on : ${{ matrix.runner }}
6666 steps :
6767 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments