mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 23:35:38 +00:00
Linux toolchain to 1.67.1
Changes of - Ubuntu boxes rolled back to 18.04 where were applicable. Linux toolchain from 1.62 -> 1.67.1, Windows toolchain untouched (1.62)
This commit is contained in:
parent
d88286642e
commit
b44eb1bbc3
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
name: Build - ${{ matrix.job.name }}
|
name: Build - ${{ matrix.job.name }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: "1.68"
|
toolchain: "1.67.1"
|
||||||
override: true
|
override: true
|
||||||
default: true
|
default: true
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
- build-win
|
- build-win
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -206,7 +206,7 @@ jobs:
|
|||||||
|
|
||||||
name: Docker push - ${{ matrix.job.name }}
|
name: Docker push - ${{ matrix.job.name }}
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -276,7 +276,7 @@ jobs:
|
|||||||
|
|
||||||
name: Docker manifest
|
name: Docker manifest
|
||||||
needs: docker
|
needs: docker
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -328,7 +328,7 @@ jobs:
|
|||||||
|
|
||||||
name: Docker push classic - ${{ matrix.job.name }}
|
name: Docker push classic - ${{ matrix.job.name }}
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user