We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a0838 commit ffce6efCopy full SHA for ffce6ef
1 file changed
.github/workflows/dotnet-core.yml
@@ -14,19 +14,19 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - name: ubuntu-24.04
18
- os: ubuntu-24.04
+ - name: ubuntu-22.04
+ os: ubuntu-22.04
19
uploader: true
20
cache_dependencies: true
21
22
- name: ubuntu-latest
23
os: ubuntu-latest
24
- uploader: true
25
26
27
- - name: ubuntu-22.04-arm
28
- os: ubuntu-22.04-arm64
29
-
+ - name: ubuntu-24.04-arm
+ os: ubuntu-24.04-arm64
+ cache_dependencies: true
+
30
- name: macos-13-x86_64
31
os: macos-13
32
@@ -90,6 +90,7 @@ jobs:
90
echo "DOTNET_VERSION_LIST<<EOF" >> $GITHUB_ENV
91
dotnet --list-sdks >> $GITHUB_ENV
92
echo "EOF" >> $GITHUB_ENV
93
+ dotnet --list-sdks
94
95
- name: Setup .NET 6,8
96
uses: actions/setup-dotnet@v4
0 commit comments