File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ fun_pasing_message(){
73
73
windows_runner_label=' self-hosted-ci-windows-2019'
74
74
else
75
75
linux_runner_label=' ubuntu-22.04'
76
- windows_runner_label=' windows-2019 '
76
+ windows_runner_label=' windows-2022 '
77
77
fi
78
78
echo " linux_runner_label is " $linux_runner_label
79
79
echo " windows_runner_label is " $windows_runner_label
@@ -110,7 +110,7 @@ if [[ $GITHUB_EVENT_NAME == "pull_request" ]];then
110
110
echo " windows_runner_label=self-hosted-ci-windows-2019" >> $GITHUB_OUTPUT
111
111
else
112
112
echo " linux_runner_label=ubuntu-20.04" >> $GITHUB_OUTPUT
113
- echo " windows_runner_label=windows-2019 " >> $GITHUB_OUTPUT
113
+ echo " windows_runner_label=windows-2022 " >> $GITHUB_OUTPUT
114
114
fi
115
115
fi
116
116
fi
Original file line number Diff line number Diff line change 52
52
steps :
53
53
- uses : actions/checkout@v4
54
54
- name : install required tools
55
- if : ${{ needs.prologue.outputs.windows_runner_label == 'windows-2019 ' }}
55
+ if : ${{ needs.prologue.outputs.windows_runner_label == 'windows-2022 ' }}
56
56
run : |
57
57
iwr -useb get.scoop.sh -outfile 'install-scoop.ps1'
58
58
.\install-scoop.ps1 -RunAsAdmin
Original file line number Diff line number Diff line change 56
56
steps :
57
57
- uses : actions/checkout@v4
58
58
- name : install required tools
59
- if : ${{ needs.prologue.outputs.windows_runner_label == 'windows-2019 ' }}
59
+ if : ${{ needs.prologue.outputs.windows_runner_label == 'windows-2022 ' }}
60
60
run : |
61
61
iwr -useb get.scoop.sh -outfile 'install-scoop.ps1'
62
62
.\install-scoop.ps1 -RunAsAdmin
Original file line number Diff line number Diff line change 52
52
steps :
53
53
- uses : actions/checkout@v4
54
54
- name : install required tools
55
- if : ${{ needs.prologue.outputs.windows_runner_label == 'windows-2019 ' }}
55
+ if : ${{ needs.prologue.outputs.windows_runner_label == 'windows-2022 ' }}
56
56
run : |
57
57
iwr -useb get.scoop.sh -outfile 'install-scoop.ps1'
58
58
.\install-scoop.ps1 -RunAsAdmin
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270
270
271
271
package-for-windows :
272
272
name : package-for-windows
273
- runs-on : windows-2019
273
+ runs-on : windows-2022
274
274
steps :
275
275
- name : Install Dependencies
276
276
run : |
You can’t perform that action at this time.
0 commit comments