Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build_dynamo_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_and_analyze:
name: Build and Analyze
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Checkout Dynamo Repo
uses: actions/checkout@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_dynamo_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_windows_runtime:
name: Build DynamoCore windows runtime
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Checkout Dynamo Repo
uses: actions/checkout@v6
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
}
build_linux_runtime_on_windows:
name: Build DynamoCore linux runtime on windows
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Checkout Dynamo Repo
uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: windows-latest
runs-on: windows-2025-vs2026
permissions:
security-events: write
packages: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dynamo_bin_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build_current:
name: Build Current
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Checkout Dynamo Repo
uses: actions/checkout@v6
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
key: ${{ github.run_id }}-${{ github.run_attempt }}-current
build_master:
name: Build Master
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Checkout Dynamo Repo
uses: actions/checkout@v6
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
bin_diff:
name: Binary Diff
needs: [build_current, build_master]
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Restore Current Build
uses: actions/cache/restore@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_agent_skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

validate_agent_skill_wrappers:
name: Validate Agent Skill Wrappers
runs-on: windows-latest
runs-on: windows-2025-vs2026
permissions:
contents: read
steps:
Expand Down
Loading