mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
fix: stable catalog reference, pin windows runner
- Providers.tsx: wrap catalog in useMemo so filtered memo doesn't re-run on every render when catalogQuery.data is undefined - ci.yml: pin windows-latest -> windows-2025 ahead of June 15 redirect Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b5930eee51
commit
6a47df31f5
@@ -92,7 +92,7 @@ jobs:
|
||||
target: x86_64-apple-darwin
|
||||
binary: anyllm_proxy
|
||||
# Windows x86_64
|
||||
- os: windows-latest
|
||||
- os: windows-2025
|
||||
target: x86_64-pc-windows-msvc
|
||||
binary: anyllm_proxy.exe
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user