Skip to content

Commit 33226e6

Browse files
committed
Bump setup-dotnet
1 parent f98d382 commit 33226e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
arch: ${{ matrix.os.platform }}
8686

8787
- name: Setup .NET
88-
uses: actions/setup-dotnet@v5
88+
# use most current version until architecture: support is released
89+
uses: actions/setup-dotnet@main
8990
with:
9091
dotnet-version: '10.0'
9192
architecture: ${{ matrix.os.platform }}

0 commit comments

Comments
 (0)