mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
ci(release): change to ubuntu-22.04
Ubuntu 20.04 is deprecated.
This commit is contained in:
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -13,7 +13,6 @@ on:
|
|||||||
- v[0-9]+.[0-9]+.[0-9]+
|
- v[0-9]+.[0-9]+.[0-9]+
|
||||||
|
|
||||||
# Build on the oldest supported images, so we have broader compatibility
|
# Build on the oldest supported images, so we have broader compatibility
|
||||||
# Build with gcc-10 to prevent triggering #14150 (default is still gcc-9 on 20.04)
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -43,12 +42,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
runner: [ ubuntu-20.04, ubuntu-24.04-arm ]
|
runner: [ ubuntu-22.04, ubuntu-22.04-arm ]
|
||||||
include:
|
include:
|
||||||
- runner: ubuntu-20.04
|
- runner: ubuntu-22.04
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
cc: gcc-10
|
- runner: ubuntu-22.04-arm
|
||||||
- runner: ubuntu-24.04-arm
|
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
env:
|
env:
|
||||||
@@ -62,9 +60,8 @@ jobs:
|
|||||||
# Perform a full checkout #13471
|
# Perform a full checkout #13471
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: ./.github/scripts/install_deps.sh
|
- run: ./.github/scripts/install_deps.sh
|
||||||
|
- run: sudo apt-get install -y libfuse2
|
||||||
- run: echo "CMAKE_BUILD_TYPE=${{ needs.setup.outputs.build_type }}" >> $GITHUB_ENV
|
- run: echo "CMAKE_BUILD_TYPE=${{ needs.setup.outputs.build_type }}" >> $GITHUB_ENV
|
||||||
- if: matrix.arch == 'arm64'
|
|
||||||
run: sudo apt-get update && sudo apt-get install -y libfuse2t64
|
|
||||||
- name: appimage
|
- name: appimage
|
||||||
run: |
|
run: |
|
||||||
./scripts/genappimage.sh ${{ needs.setup.outputs.appimage_tag }}
|
./scripts/genappimage.sh ${{ needs.setup.outputs.appimage_tag }}
|
||||||
|
Reference in New Issue
Block a user