mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Fixed usage of Windows image.
This commit is contained in:
2
.github/workflows/Parameters.yml
vendored
2
.github/workflows/Parameters.yml
vendored
@@ -300,7 +300,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
"sysicon": data["runtime"][runtime]["icon"],
|
"sysicon": data["runtime"][runtime]["icon"],
|
||||||
"system": "msys2",
|
"system": "msys2",
|
||||||
"runs-on": "windows-latest",
|
"runs-on": "${{ inputs.windows_image }}",
|
||||||
"runtime": runtime.upper(),
|
"runtime": runtime.upper(),
|
||||||
"shell": "msys2 {0}",
|
"shell": "msys2 {0}",
|
||||||
"pyicon": data["python"][currentMSYS2Version]["icon"],
|
"pyicon": data["python"][currentMSYS2Version]["icon"],
|
||||||
|
|||||||
Reference in New Issue
Block a user