Skip to content

Commit 2bbea3b

Browse files
committed
Skip beta builds on macos an windows
While we should keep testing MacOS and Windows builds (especially Winblowz since its somehow still cooperative multitasking within a process in 2025), there's not a lot of need to test rustc beta builds on them, which we mostly do just to ensure we aren't going to be broken by a future rustc update that breaks some API (which is exceedingly rare). This should get our CI queueing times back close to zero on all jobs.
1 parent 492fa70 commit 2bbea3b

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)