You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu24.04 doesn't have dotnet6 packages anymore, but dotnet8.
As we don't want the stable branch to be .NET8 compatible, we
just don't test this scenario.
Copy file name to clipboardExpand all lines: .github/workflows/CI.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -302,10 +302,10 @@ jobs:
302
302
- name: integration tests
303
303
run: make update-servers
304
304
305
-
linux24-vanilla--stockdotnet6-only:
306
-
runs-on: ubuntu-24.04
305
+
linux22-vanilla--stockdotnet6-only:
306
+
runs-on: ubuntu-22.04
307
307
container:
308
-
image: "ubuntu:24.04"
308
+
image: "ubuntu:22.04"
309
309
steps:
310
310
- uses: actions/checkout@v1
311
311
# can't use the option below because of error "Input 'submodules' not supported when falling back to download using the GitHub REST API. To create a local Git repository instead, add Git 2.18 or higher to the PATH."
# can't use the option below because of error "Input 'submodules' not supported when falling back to download using the GitHub REST API. To create a local Git repository instead, add Git 2.18 or higher to the PATH."
# can't use the option below because of error "Input 'submodules' not supported when falling back to download using the GitHub REST API. To create a local Git repository instead, add Git 2.18 or higher to the PATH."
0 commit comments