diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ed6f76..ad7b758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: shell: bash - target: os: macos - builder: macos-11 + builder: macos-12 shell: bash - target: os: windows diff --git a/web3.nimble b/web3.nimble index ac571f3..19257c3 100644 --- a/web3.nimble +++ b/web3.nimble @@ -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)) @@ -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