Skip to content

Commit

Permalink
ci: Adjust upgrade
Browse files Browse the repository at this point in the history
Bump upgrade scenario base version to 0.17 to avoid .NET install folder corruption
  • Loading branch information
jeromelaban committed Nov 27, 2023
1 parent 0779c56 commit d6e7d00
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@ jobs:

- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable Upgrade
previous_tool_version: 1.4.2
previous_tool_version: 1.17.0
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.4.2
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-11
dotnet_version: 7.0.403
Expand Down Expand Up @@ -196,14 +196,14 @@ jobs:

- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable Upgrade
previous_tool_version: 1.4.2
previous_tool_version: 1.17.0
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.4.2
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-12
dotnet_version: 7.0.403
Expand All @@ -215,6 +215,11 @@ jobs:
# os: macos-12
# dotnet_version: 8.0.100

- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-13
dotnet_version: 7.0.403

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d6e7d00

Please sign in to comment.