Skip to content

Commit 11856ab

Browse files
Add .NET 9.0.x support for ARM64 CI
1 parent 371a55f commit 11856ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux-cpu-arm64-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727

2828
- uses: actions/setup-dotnet@v5
2929
with:
30-
dotnet-version: '8.0.x'
30+
dotnet-version: |
31+
8.0.x
32+
9.0.x
3133
3234
- name: Install Rust with rustup
3335
run: |

0 commit comments

Comments
 (0)