Update build_and_test_macos.yml

This commit is contained in:
BobLd 2025-08-09 08:20:54 +01:00
parent f1923fcbcd
commit a3edc926c8

View File

@ -22,7 +22,7 @@ jobs:
# Build the release build
- name: Build the solution
run: dotnet build -c Release src/UglyToad.PdfPig.sln
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
- name: Run the tests
run: dotnet test -c Release src/UglyToad.PdfPig.sln
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0