Skip to content

Commit

Permalink
chore: Bump to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jan 7, 2025
1 parent 9543f28 commit 106ed42
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,56 +189,56 @@ jobs:
include:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-12
os: macos-13
dotnet_version: 8.0.300

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
previous_tool_version: ''
previous_tool_params: ''
os: macos-12
os: macos-13
dotnet_version: 8.0.300

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview net9
# previous_tool_version: ''
# previous_tool_params: ''
# os: macos-12
# os: macos-13
# dotnet_version: 8.0.100

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

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-12
os: macos-13
dotnet_version: 8.0.300
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Test default Uno template TFM's
os: macos-12
os: macos-13
dotnet_version: 8.0.300
tool_params: '--tfm net8.0-android --tfm net8.0-ios --tfm net8.0-maccatalyst --tfm net8.0-windows10.0.19041 --tfm net8.0-browserwasm --tfm net8.0-desktop'
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Test net8.0-android\ios TFM's
os: macos-12
os: macos-13
dotnet_version: 8.0.300
tool_params: '--tfm net8.0-android --tfm net8.0-ios'
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Test net8.0-browserwasm TFM
os: macos-12
os: macos-13
dotnet_version: 8.0.300
tool_params: '--tfm net8.0-browserwasm'
# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview Upgrade net8
# previous_tool_version: 1.4.2
# previous_tool_params: '--pre'
# os: macos-12
# os: macos-13
# dotnet_version: 8.0.100

# Disabled for android emulator setup issues
Expand Down

0 comments on commit 106ed42

Please sign in to comment.