Skip to content

Commit b4f52b5

Browse files
committed
Use windows runner for actions
1 parent 0aec06c commit b4f52b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
revision: ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings.
3131
publish-enabled: ${{ !inputs.skip-assets-publishing }} # Publish NuGets to Nuget.org
3232
enable-email-notifications: true # Enable email notifications on failure
33+
runner-os: windows-latest # OS for the runner (windows-latest, ubuntu-latest, etc.)
3334
secrets:
3435
NUGET_UPLOAD_TOKEN: ${{ secrets.EVERGINE_NUGETORG_TOKEN }}
3536
WAVE_SENDGRID_TOKEN: ${{ secrets.WAVE_SENDGRID_TOKEN }}

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
build-configuration: "Release" # Build configuration (Release, Debug, etc.)
3131
nuget-artifacts: ${{ inputs.publish-artifacts || false }} # Upload NuGets as workflow artifacts
3232
revision: ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings.
33+
runner-os: windows-latest # OS for the runner (windows-latest, ubuntu-latest, etc.)
3334

3435
# Tips:
3536
# - For direct version (add-ons style):

0 commit comments

Comments
 (0)