diff --git a/.github/workflows/build_and_test_macos.yml b/.github/workflows/build_and_test_macos.yml index 7f691391..d7dd2c2b 100644 --- a/.github/workflows/build_and_test_macos.yml +++ b/.github/workflows/build_and_test_macos.yml @@ -19,10 +19,11 @@ jobs: 2.1.x 6.0.x 8.0.x + 9.0.x # Build the release build - 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 - run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net9.0 + run: dotnet test -c Release src/UglyToad.PdfPig.sln -f net8.0