Update build_and_test_macos.yml

This commit is contained in:
BobLd 2025-08-09 08:33:21 +01:00
parent a3edc926c8
commit 0f641774e6

View File

@ -19,10 +19,11 @@ jobs:
2.1.x 2.1.x
6.0.x 6.0.x
8.0.x 8.0.x
9.0.x
# Build the release build # Build the release build
- name: Build the solution - name: Build the solution
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0 run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net8.0
- name: Run the tests - name: Run the tests
run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0 run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net8.0