Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use workspace cache for Nuget
  • Loading branch information
filmor committed Mar 2, 2026
commit 32d747fb6466de96a581a4ba8b8d0fcb34937697
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ jobs:
instance: macos-15
suffix: -macos-aarch64-none

- category: macos
platform: arm64
instance: macos-14-arm64

python: ["3.10", "3.11", "3.12", "3.13", "3.14"]

env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- name: Checkout code
uses: actions/checkout@v6
Expand Down