Skip to content

Commit 0176162

Browse files
authored
Update buildpr.yml
1 parent 3fdd7e3 commit 0176162

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/buildpr.yml

Lines changed: 1 addition & 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: macos-latest
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout PnP.Framework
1818
uses: actions/checkout@v4
@@ -34,7 +34,6 @@ jobs:
3434
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: |
37-
8.0.x
3837
9.0.x
3938
- name: Install PnP.Core dependencies
4039
run: dotnet restore

0 commit comments

Comments
 (0)