revert ci to old 18.04 status

This commit is contained in:
rustdesk 2023-07-16 21:12:14 +08:00
parent ebf25282e3
commit 60f0a3485f

View File

@ -1116,21 +1116,21 @@ jobs:
- { - {
arch: aarch64, arch: aarch64,
target: aarch64-unknown-linux-gnu, target: aarch64-unknown-linux-gnu,
os: ubuntu-20.04, # just for naming package, not running host os: ubuntu-18.04, # just for naming package, not running host
use-cross: true, use-cross: true,
extra-build-features: "", extra-build-features: "",
} }
- { - {
arch: aarch64, arch: aarch64,
target: aarch64-unknown-linux-gnu, target: aarch64-unknown-linux-gnu,
os: ubuntu-20.04, # just for naming package, not running host os: ubuntu-18.04, # just for naming package, not running host
use-cross: true, use-cross: true,
extra-build-features: "appimage", extra-build-features: "appimage",
} }
# - { # - {
# arch: aarch64, # arch: aarch64,
# target: aarch64-unknown-linux-gnu, # target: aarch64-unknown-linux-gnu,
# os: ubuntu-20.04, # just for naming package, not running host # os: ubuntu-18.04, # just for naming package, not running host
# use-cross: true, # use-cross: true,
# extra-build-features: "flatpak", # extra-build-features: "flatpak",
# } # }
@ -1380,19 +1380,19 @@ jobs:
- { - {
arch: x86_64, arch: x86_64,
target: x86_64-unknown-linux-gnu, target: x86_64-unknown-linux-gnu,
os: ubuntu-20.04, os: ubuntu-18.04,
extra-build-features: "", extra-build-features: "",
} }
- { - {
arch: x86_64, arch: x86_64,
target: x86_64-unknown-linux-gnu, target: x86_64-unknown-linux-gnu,
os: ubuntu-20.04, os: ubuntu-18.04,
extra-build-features: "flatpak", extra-build-features: "flatpak",
} }
- { - {
arch: x86_64, arch: x86_64,
target: x86_64-unknown-linux-gnu, target: x86_64-unknown-linux-gnu,
os: ubuntu-20.04, os: ubuntu-18.04,
extra-build-features: "appimage", extra-build-features: "appimage",
} }
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true } # - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
@ -1591,7 +1591,7 @@ jobs:
# fail-fast: false # fail-fast: false
# matrix: # matrix:
# job: # job:
# # - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, arch: arm64 } # # - { target: aarch64-unknown-linux-gnu , os: ubuntu-18.04, arch: arm64 }
# - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, arch: arm64 } # - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, arch: arm64 }
# steps: # steps:
# - name: Checkout source code # - name: Checkout source code
@ -1653,7 +1653,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
job: job:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, arch: x86_64 } - { target: x86_64-unknown-linux-gnu, os: ubuntu-18.04, arch: x86_64 }
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v3 uses: actions/checkout@v3