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."
# 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 +469,8 @@ jobs:
469
469
run: make update-servers
470
470
471
471
472
-
linux20-github--dotnet-and-mono:
473
-
runs-on: ubuntu-20.04
472
+
linux22-github--dotnet-and-mono:
473
+
runs-on: ubuntu-22.04
474
474
steps:
475
475
- uses: actions/checkout@v1
476
476
with:
@@ -494,8 +494,8 @@ jobs:
494
494
- name: integration tests
495
495
run: make update-servers
496
496
497
-
linux20-github--dotnet-and-newmono:
498
-
runs-on: ubuntu-20.04
497
+
linux22-github--dotnet-and-newmono:
498
+
runs-on: ubuntu-22.04
499
499
steps:
500
500
- uses: actions/checkout@v1
501
501
- name: install missing dependencies
@@ -519,10 +519,10 @@ jobs:
519
519
- name: integration tests
520
520
run: make update-servers
521
521
522
-
linux20-vanilla--stockmono-only:
523
-
runs-on: ubuntu-20.04
522
+
linux22-vanilla--stockmono-only:
523
+
runs-on: ubuntu-22.04
524
524
container:
525
-
image: "ubuntu:20.04"
525
+
image: "ubuntu:22.04"
526
526
steps:
527
527
- uses: actions/checkout@v1
528
528
# 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 +555,10 @@ jobs:
555
555
- name: integration tests
556
556
run: make update-servers
557
557
558
-
linux20-vanilla--newmono-only:
559
-
runs-on: ubuntu-20.04
558
+
linux22-vanilla--newmono-only:
559
+
runs-on: ubuntu-22.04
560
560
container:
561
-
image: "ubuntu:20.04"
561
+
image: "ubuntu:22.04"
562
562
steps:
563
563
- uses: actions/checkout@v1
564
564
# 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