Skip to content

Commit a3edc92

Browse files
committed
Update build_and_test_macos.yml
1 parent f1923fc commit a3edc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
# Build the release build
2424
- name: Build the solution
25-
run: dotnet build -c Release src/UglyToad.PdfPig.sln
25+
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
2626

2727
- name: Run the tests
28-
run: dotnet test -c Release src/UglyToad.PdfPig.sln
28+
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0

0 commit comments

Comments
 (0)