Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
ci: use latest image for windows (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak authored Aug 2, 2023
1 parent c4132d0 commit 9f29a20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
os: ubuntu-latest-32-cores
bin_name: madara
- build: x86_64-pc-windows-msvc
os: windows-latest-32-cores
os: windows-latest
bin_name: madara.exe
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- ci: downgraded windows runner to windows-latest
- ci: added windows binaries build and upload the binaries to the release page
- ci: add `CHANGELOG.md` and enforce it is edited for each PR on `main`
- feat: add a `genesis_loader` for the node and mocking

0 comments on commit 9f29a20

Please sign in to comment.