We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1a004 commit e690b1fCopy full SHA for e690b1f
1 file changed
.github/workflows/dotnet.yml
@@ -11,8 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- # TODO want Linux here too, but the apple workloads aren't available there.
15
- os: [windows-2025, macos-15]
+ os: [ubuntu-24.04, windows-2025, macos-15]
16
17
runs-on: ${{ matrix.os }}
18
0 commit comments