Skip to content

Commit 39e8d7d

Browse files
authored
Merge pull request #3958 from TheBlueMatt/2025-07-less-winblowz
Skip beta builds on macos an windows
2 parents d56f71f + 2bbea3b commit 39e8d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
exclude:
3636
- platform: windows-latest
3737
toolchain: 1.63.0
38+
- platform: windows-latest
39+
toolchain: beta
40+
- platform: macos-latest
41+
toolchain: beta
3842
runs-on: ${{ matrix.platform }}
3943
steps:
4044
- name: Checkout source code

0 commit comments

Comments
 (0)