mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Bumped Python 3.12 to 3.13 in MSYS2.
This commit is contained in:
4
.github/workflows/Parameters.yml
vendored
4
.github/workflows/Parameters.yml
vendored
@@ -287,9 +287,9 @@ jobs:
|
||||
exclude_list = "${{ inputs.exclude_list }}".strip()
|
||||
disable_list = "${{ inputs.disable_list }}".strip()
|
||||
|
||||
currentMSYS2Version = "3.12"
|
||||
currentMSYS2Version = "3.13"
|
||||
currentAlphaVersion = "3.15"
|
||||
currentAlphaRelease = "3.15.0-a.1"
|
||||
currentAlphaRelease = "3.15.0-a.4"
|
||||
|
||||
if systems == "":
|
||||
print("::error title=Parameters::system_list is empty.")
|
||||
|
||||
Reference in New Issue
Block a user