Skip to content

Commit 0f64177

Browse files
committed
Update build_and_test_macos.yml
1 parent a3edc92 commit 0f64177

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_and_test_macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
2.1.x
2020
6.0.x
2121
8.0.x
22+
9.0.x
2223
2324
# Build the release build
2425
- name: Build the solution
25-
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net9.0
26+
run: dotnet build -c Release src/UglyToad.PdfPig.sln -f net8.0
2627

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

0 commit comments

Comments
 (0)