mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
CI: bump to macOS 15 / Windows Server 2025
This commit is contained in:
parent
3c5b94bea7
commit
e186c86169
3 changed files with 5 additions and 5 deletions
2
.github/workflows/build_macos.yml
vendored
2
.github/workflows/build_macos.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- { label: macos-latest, name: macos-aarch64 }
|
||||
- { label: macos-15, name: macos-aarch64 }
|
||||
- { label: macos-13, name: macos-x86_64 }
|
||||
env:
|
||||
OS_NAME: ${{ matrix.os.name }}
|
||||
|
|
2
.github/workflows/build_windows.yml
vendored
2
.github/workflows/build_windows.yml
vendored
|
@ -15,7 +15,7 @@ concurrency:
|
|||
jobs:
|
||||
build_win:
|
||||
name: Build on Windows ${{ matrix.platform.bitness }} as ${{ matrix.config }}
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2025
|
||||
strategy:
|
||||
matrix:
|
||||
config: [Debug, Release, ReleaseDLL]
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
As a convenience, the following binaries are provided:
|
||||
- A source tarball;
|
||||
- Build for x86_64 macOS (built under [macOS 13.X](https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md));
|
||||
- Build for AArch64 macOS (built under [macOS 14.X](https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md));
|
||||
- Build for ix86 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/windows/Windows2022-Readme.md));
|
||||
- Build for x86_64 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/windows/Windows2022-Readme.md)).
|
||||
- Build for AArch64 macOS (built under [macOS 15.X](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md));
|
||||
- Build for ix86 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/windows/Windows2025-Readme.md));
|
||||
- Build for x86_64 Windows, using MSVC XX.XX, in Debug, Release and Release DLL configurations (built under [Windows Server 2025](https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md)).
|
||||
artifacts: "libcpuid-${{ env.VERSION }}.tar.gz,libcpuid-${{ env.VERSION }}-macos-x86_64.zip,libcpuid-${{ env.VERSION }}-macos-aarch64.zip,libcpuid-${{ env.VERSION }}-windows-ix86.zip,libcpuid-${{ env.VERSION }}-windows-x86_64.zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue