Skip to content

Commit 7fa9f62

Browse files
authored
Update buildpr.yml
1 parent f1db74c commit 7fa9f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212

1313
jobs:
1414
build_dev_branch:
15-
runs-on: ubuntu-latest
15+
runs-on: macos-latest
1616
steps:
1717
- name: Checkout PnP.Framework
1818
uses: actions/checkout@v4
@@ -51,5 +51,5 @@ jobs:
5151
run: dotnet restore -p:PnPFrameworkPath="..\..\..\pnpframework\src\lib\" -p:PnPCoreSdkPath="..\..\..\pnpcore\src\sdk\"
5252
working-directory: powershell/src
5353
- name: Build PnP.PowerShell
54-
run: dotnet build --configuration Debug --no-restore -p:PnPFrameworkPath="/home/runner/work/powershell/powershell/pnpframework/src/lib/" -p:PnPCoreSdkPath="/home/runner/work/powershell/powershell/pnpcore/src/sdk/"
54+
run: dotnet build --configuration Debug --no-restore -p:PnPFrameworkPath="/Users/runner/work/powershell/powershell/pnpframework/src/lib/" -p:PnPCoreSdkPath="/Users/runner/work/powershell/powershell/pnpcore/src/sdk/"
5555
working-directory: powershell/src

0 commit comments

Comments
 (0)