diff --git a/.github/workflows/dotnet-maui.yml b/.github/workflows/dotnet-maui.yml index 00a1d6627..c973b6ffa 100644 --- a/.github/workflows/dotnet-maui.yml +++ b/.github/workflows/dotnet-maui.yml @@ -27,7 +27,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd with: - xcode-version: '16.3' + xcode-version: '16.4' - name: Download Artifacts id: download-artifact @@ -123,7 +123,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd with: - xcode-version: '16.2' + xcode-version: '16.4' - name: Download Artifacts id: download-artifact diff --git a/.github/workflows/windows-cuda-native-build.yml b/.github/workflows/windows-cuda-native-build.yml index 335faa785..7cd689532 100644 --- a/.github/workflows/windows-cuda-native-build.yml +++ b/.github/workflows/windows-cuda-native-build.yml @@ -14,7 +14,7 @@ on: jobs: native-build: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/windows-native-build.yml b/.github/workflows/windows-native-build.yml index 056ebfda3..8ce7f55e8 100644 --- a/.github/workflows/windows-native-build.yml +++ b/.github/workflows/windows-native-build.yml @@ -14,7 +14,7 @@ on: jobs: intel-native-build: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v4 diff --git a/readme.md b/readme.md index 27d4b3947..f98149d2f 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,8 @@ The default runtime that uses the CPU for inference. It is available on all plat #### Pre-requisites - - Windows: Microsoft Visual C++ Redistributable for at least Visual Studio 2019 (x64) [Download Link](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) + - Windows: Microsoft Visual C++ Redistributable for at least Visual Studio 2022 (x64) [Download Link](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) + - Windows 11 or Windows Server 2022 (or newer) is required - Linux: `libstdc++6`, `glibc 2.31` - macOS: TBD - For x86/x64 platforms, the CPU must support AVX, AVX2, FMA and F16C instructions. If your CPU does not support these instructions, you'll need to use the `Whisper.net.Runtime.NoAvx` runtime instead. @@ -84,7 +85,8 @@ For CPUs that do not support AVX instructions. #### Pre-requisites - - Windows: Microsoft Visual C++ Redistributable for at least Visual Studio 2019 (x64) [Download Link](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) + - Windows: Microsoft Visual C++ Redistributable for at least Visual Studio 2022 (x64) [Download Link](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) + - Windows 11 or Windows Server 2022 (or newer) is required - Linux: `libstdc++6`, `glibc 2.31` - macOS: TBD