Skip to content

Commit

Permalink
Update ci.yml (#171)
Browse files Browse the repository at this point in the history
There seemed to be too many workers. The tasks autofailed.
  • Loading branch information
alexhallam committed Mar 29, 2024
1 parent 08e5223 commit 204a232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 204a232

Please sign in to comment.