You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Installation on macos isn't completed as it happens on linux runner.
In order to keep CI jobs working properly, we have to do extra steps just to ensure that proper version of SDK is used. That increases complexity and maintenance costs.
Task version: v4
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Repro steps:
jobs:
experiment:
runs-on: macos-14steps:
- name: checkrun: | dotnet --info || true which dotnet || true
- name: Set up dotnetuses: actions/setup-dotnet@v4with:
dotnet-version: '6.0'
- name: checkrun: | dotnet --info || true which dotnet || true
Expected behavior:
On macos runner, Base pathremains unchanged and refers to incorrect sdk version
Base Path: /Users/runner/.dotnet/sdk/9.0.102/
Actual behavior:
On linux runner, Base path changes after running the action from
Description:
Installation on macos isn't completed as it happens on linux runner.
In order to keep CI jobs working properly, we have to do extra steps just to ensure that proper version of SDK is used. That increases complexity and maintenance costs.
Task version:
v4
Platform:
Runner type:
Repro steps:
Expected behavior:
On macos runner,
Base path
remains unchanged and refers to incorrect sdk versionActual behavior:
On linux runner,
Base path
changes after running the action fromto
The text was updated successfully, but these errors were encountered: