Skip to content

Commit

Permalink
Drop the CI builds that require Ubuntu 18.04, which has been EoL for …
Browse files Browse the repository at this point in the history
…several months

The nodejs v20 actions require at least Ubuntu 20.04 to run. Downgrading
to nodejs 16 and extending its agony for a few more months until they
become fully unsupported seems pointless to me.

Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
MishimaHaruna committed Aug 31, 2024
1 parent 409dc5f commit 0a32256
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 88 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
needs: build
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/gccold2.yml
gccold3:
needs: build
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/gccold3.yml
gccsnapshot_test:
needs: build
if: ${{ !failure() && !cancelled() }}
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/gccold3.yml

This file was deleted.

0 comments on commit 0a32256

Please sign in to comment.