Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher committed Dec 24, 2023
1 parent fe9d5d0 commit efa11d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: [dr-orlovsky, strict-types]
github: [dr-orlovsky, cyphernet-dao]
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
feature:
- secp256k1
- cli
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
os: [ ubuntu-22.04, ubuntu-latest, macos-12, macos-latest, windows-2019, windows-2022 ]
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand All @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.65.0 ]
toolchain: [ nightly, beta, stable, 1.66.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down

0 comments on commit efa11d9

Please sign in to comment.