Skip to content

Commit 1d3d15f

Browse files
Changed the ci/cd platform from ubuntu-latest to windows-latest due to ci/cd error
1 parent bb78bfa commit 1d3d15f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-autoformat-pr-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
push-and-notify:
1414
name: Push autoformatted code and notify user
15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616
if: >
1717
github.event.workflow_run.event == 'pull_request' &&
1818
github.event.workflow_run.conclusion == 'success'

.github/workflows/dotnet-autoformat-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
autoformat-code:
1010
name: code format check
11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212

1313
steps:
1414
- name: 'Autoformat'

0 commit comments

Comments
 (0)