From 0f641774e6170ef97aba2be9eb6ce836b3a6a073 Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Sat, 9 Aug 2025 08:33:21 +0100 Subject: [PATCH] Update build_and_test_macos.yml --- .github/workflows/build_and_test_macos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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