Skip to content

Commit f007812

Browse files
committed
CI: stockdotnet lanes to use 22.04, not 24.04
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.
1 parent 6d0877b commit f007812

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ jobs:
302302
- name: integration tests
303303
run: make update-servers
304304

305-
linux24-vanilla--stockdotnet6-only:
306-
runs-on: ubuntu-24.04
305+
linux22-vanilla--stockdotnet6-only:
306+
runs-on: ubuntu-22.04
307307
container:
308-
image: "ubuntu:24.04"
308+
image: "ubuntu:22.04"
309309
steps:
310310
- uses: actions/checkout@v1
311311
# 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."
@@ -344,10 +344,10 @@ jobs:
344344
345345
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
346346
347-
linux24-vanilla--stockdotnet6-and-newmono:
348-
runs-on: ubuntu-24.04
347+
linux22-vanilla--stockdotnet6-and-newmono:
348+
runs-on: ubuntu-22.04
349349
container:
350-
image: "ubuntu:24.04"
350+
image: "ubuntu:22.04"
351351
steps:
352352
- uses: actions/checkout@v1
353353
# 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."
@@ -388,10 +388,10 @@ jobs:
388388
389389
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
390390
391-
linux24-vanilla--stockdotnet6-and-stockmono:
392-
runs-on: ubuntu-24.04
391+
linux22-vanilla--stockdotnet6-and-stockmono:
392+
runs-on: ubuntu-22.04
393393
container:
394-
image: "ubuntu:24.04"
394+
image: "ubuntu:22.04"
395395
steps:
396396
- uses: actions/checkout@v1
397397
# 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."
@@ -602,13 +602,13 @@ jobs:
602602
- linux24-github--dotnet-and-newmono
603603
- linux24-vanilla--stockmono-only
604604
- linux24-vanilla--newmono-only
605-
- linux24-vanilla--stockdotnet6-only
606-
- linux24-vanilla--stockdotnet6-and-stockmono
607-
- linux24-vanilla--stockdotnet6-and-newmono
608605
- linux22-github--dotnet-and-mono
609606
- linux22-github--dotnet-and-newmono
610607
- linux22-vanilla--stockmono-only
611608
- linux22-vanilla--newmono-only
609+
- linux22-vanilla--stockdotnet6-only
610+
- linux22-vanilla--stockdotnet6-and-stockmono
611+
- linux22-vanilla--stockdotnet6-and-newmono
612612
- windows--dotnet6-and-legacyFramework
613613
- windows--legacyFramework-only
614614
- windows--dotnet6-only

0 commit comments

Comments
 (0)