Skip to content

Commit

Permalink
macos takes too long on github actions, not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Sep 28, 2024
1 parent c1f06bf commit bc565f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
fail-fast: false
matrix:
include:
- runs-on: macos-latest
nim-version: 'ref:version-2-0'
sanitize-threads: 'yes'
timeout-minutes: 20

- runs-on: ubuntu-latest
nim-version: '2.0.8'
sanitize-threads: 'yes'
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [3.0.0]
## [3.1.0] - 2024-09-28

### Changed

- Fixed wraparound issue in `full()`
- Drop support for Nim v1 due to compilation issue with atomics.

## [3.0.0] - 2021-12-14

### Added

Expand Down

0 comments on commit bc565f5

Please sign in to comment.