We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98d382 commit 33226e6Copy full SHA for 33226e6
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,8 @@ jobs:
85
arch: ${{ matrix.os.platform }}
86
87
- name: Setup .NET
88
- uses: actions/setup-dotnet@v5
+ # use most current version until architecture: support is released
89
+ uses: actions/setup-dotnet@main
90
with:
91
dotnet-version: '10.0'
92
architecture: ${{ matrix.os.platform }}
0 commit comments