From 22f09ddcb7a36d4fc33d7d374568ee91395e518c Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Wed, 3 May 2023 09:58:46 +0300 Subject: [PATCH] feat: Remove CI job based on Ubuntu 18.04 (#2375) * feat: Remove CI job based on Ubuntu 18.04 * feat: Remove CI job based on Ubuntu 18.04 Removed extra comments --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88e40585f4..b297d0753c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -236,14 +236,6 @@ jobs: extra-build-args: "", flutter_profile: production-linux-x86_64, } - # - { arch: aarch64, target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, extra-build-args: "", flutter_profile: production-linux-aarch64 } - - { - arch: x86_64, - target: x86_64-unknown-linux-gnu, - os: ubuntu-18.04, - extra-build-args: "", - flutter_profile: production-linux-x86_64, - } steps: - name: Checkout source code uses: actions/checkout@v3