We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93c6e4 commit 38f8706Copy full SHA for 38f8706
1 file changed
.github/workflows/dotnet-core.yml
@@ -23,9 +23,9 @@ jobs:
23
os: ubuntu-latest
24
cache_dependencies: true
25
26
-# - name: ubuntu-24.04-arm
27
-# os: ubuntu-24.04-arm64
28
-# cache_dependencies: true
+ - name: ubuntu-24-arm-16gb
+ os: ubuntu-24-arm-16gb #our imazen large runner
+ cache_dependencies: true
29
30
- name: macos-13-x86_64
31
os: macos-13
@@ -94,6 +94,7 @@ jobs:
94
95
- name: Setup .NET 6,8
96
uses: actions/setup-dotnet@v4
97
+
98
with:
99
dotnet-version: "6\n8\n"
100
0 commit comments