Skip to content

Commit ffce6ef

Browse files
committed
ci: ubuntu24-arm, and ubuntu22-x64, actually
1 parent 30a0838 commit ffce6ef

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- name: ubuntu-24.04
18-
os: ubuntu-24.04
17+
- name: ubuntu-22.04
18+
os: ubuntu-22.04
1919
uploader: true
2020
cache_dependencies: true
2121

2222
- name: ubuntu-latest
2323
os: ubuntu-latest
24-
uploader: true
2524
cache_dependencies: true
2625

27-
- name: ubuntu-22.04-arm
28-
os: ubuntu-22.04-arm64
29-
26+
- name: ubuntu-24.04-arm
27+
os: ubuntu-24.04-arm64
28+
cache_dependencies: true
29+
3030
- name: macos-13-x86_64
3131
os: macos-13
3232
cache_dependencies: true
@@ -90,6 +90,7 @@ jobs:
9090
echo "DOTNET_VERSION_LIST<<EOF" >> $GITHUB_ENV
9191
dotnet --list-sdks >> $GITHUB_ENV
9292
echo "EOF" >> $GITHUB_ENV
93+
dotnet --list-sdks
9394
9495
- name: Setup .NET 6,8
9596
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)