mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
CI: update release notes
This commit is contained in:
parent
20b177bb1d
commit
2e36c373c0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
|
||||
As a convenience, the following binaries are provided:
|
||||
- A source tarball;
|
||||
- Build for 64-bit macOS (built under macOS 10.15);
|
||||
- Build for 32-bit Windows, using MSVC 16.5, in Debug, Release and Release DLL configurations;
|
||||
- Build for 64-bit Windows, using MSVC 16.5, in Debug, Release and Release DLL configurations.
|
||||
- Build for 64-bit macOS (built under [macOS 12.X](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md));
|
||||
- Build for 32-bit Windows, using MSVC XX.XX, in Debug, Release and Release DLL configurations (built under [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md));
|
||||
- Build for 64-bit Windows, using MSVC XX.XX, in Debug, Release and Release DLL configurations (built under [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md)).
|
||||
artifacts: "libcpuid-${{ env.VERSION }}.tar.gz,libcpuid-${{ env.VERSION }}-macos.zip,libcpuid-${{ env.VERSION }}-win32.zip,libcpuid-${{ env.VERSION }}-win64.zip"
|
||||
|
|
Loading…
Reference in a new issue