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
# 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."
@@ -302,10 +302,10 @@ jobs:
302
302
- name: integration tests
303
303
run: make update-servers
304
304
305
-
linux22-vanilla--stockdotnet6-only:
306
-
runs-on: ubuntu-22.04
305
+
linux24-vanilla--stockdotnet6-only:
306
+
runs-on: ubuntu-24.04
307
307
container:
308
-
image: "ubuntu:22.04"
308
+
image: "ubuntu:24.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."
@@ -361,7 +361,8 @@ jobs:
361
361
- name: install last version of mono (Microsoft APT repositories)
# 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."
@@ -469,8 +470,8 @@ jobs:
469
470
run: make update-servers
470
471
471
472
472
-
linux20-github--dotnet-and-mono:
473
-
runs-on: ubuntu-20.04
473
+
linux22-github--dotnet-and-mono:
474
+
runs-on: ubuntu-22.04
474
475
steps:
475
476
- uses: actions/checkout@v1
476
477
with:
@@ -494,8 +495,9 @@ jobs:
494
495
- name: integration tests
495
496
run: make update-servers
496
497
497
-
linux20-github--dotnet-and-newmono:
498
-
runs-on: ubuntu-20.04
498
+
499
+
linux22-github--dotnet-and-newmono:
500
+
runs-on: ubuntu-22.04
499
501
steps:
500
502
- uses: actions/checkout@v1
501
503
- name: install missing dependencies
@@ -519,10 +521,10 @@ jobs:
519
521
- name: integration tests
520
522
run: make update-servers
521
523
522
-
linux20-vanilla--stockmono-only:
523
-
runs-on: ubuntu-20.04
524
+
linux22-vanilla--stockmono-only:
525
+
runs-on: ubuntu-22.04
524
526
container:
525
-
image: "ubuntu:20.04"
527
+
image: "ubuntu:22.04"
526
528
steps:
527
529
- uses: actions/checkout@v1
528
530
# 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."
@@ -555,10 +557,10 @@ jobs:
555
557
- name: integration tests
556
558
run: make update-servers
557
559
558
-
linux20-vanilla--newmono-only:
559
-
runs-on: ubuntu-20.04
560
+
linux22-vanilla--newmono-only:
561
+
runs-on: ubuntu-22.04
560
562
container:
561
-
image: "ubuntu:20.04"
563
+
image: "ubuntu:22.04"
562
564
steps:
563
565
- uses: actions/checkout@v1
564
566
# 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