Skip to content

Commit

Permalink
use non-EOL macOS version and fix spelling (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Feb 16, 2024
1 parent 10538c6 commit d0d9a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: bash
- target:
os: macos
builder: macos-11
builder: macos-12
shell: bash
- target:
os: windows
Expand Down
4 changes: 2 additions & 2 deletions web3.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nim-web3
# Copyright (c) 2019-2023 Status Research & Development GmbH
# Copyright (c) 2019-2024 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
Expand All @@ -10,7 +10,7 @@
mode = ScriptMode.Verbose
version = "0.3.2"
author = "Status Research & Development GmbH"
description = "This is the humble begginings of library similar to web3.[js|py]"
description = "This is the humble beginnings of library similar to web3.[js|py]"
license = "MIT or Apache License 2.0"

### Dependencies
Expand Down

0 comments on commit d0d9a0c

Please sign in to comment.