From 204a2320de90c36141514526e0afb11b4c11540b Mon Sep 17 00:00:00 2001 From: Alex Hallam Date: Fri, 29 Mar 2024 08:11:00 -0400 Subject: [PATCH] Update ci.yml (#171) There seemed to be too many workers. The tasks autofailed. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd31572..87c298f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,16 +26,16 @@ jobs: # targets of 'stable' and 'beta' for good measure. - pinned - stable - - beta + #- beta # Our release builds are generated by a nightly compiler to take # advantage of the latest optimizations/compile time improvements. So # we test all of them here. (We don't do mips releases, but test on # mips for big-endian coverage.) - - nightly - - nightly-musl - - nightly-32 - - nightly-mips - - nightly-arm + #- nightly + #- nightly-musl + #- nightly-32 + #- nightly-mips + #- nightly-arm - macos - win-msvc - win-gnu