Skip to content

Commit e690b1f

Browse files
committed
do the build/test on Linux as well
1 parent fe1a004 commit e690b1f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
# TODO want Linux here too, but the apple workloads aren't available there.
15-
os: [windows-2025, macos-15]
14+
os: [ubuntu-24.04, windows-2025, macos-15]
1615

1716
runs-on: ${{ matrix.os }}
1817

0 commit comments

Comments
 (0)