diff options
author | n-connect <[email protected]> | 2023-03-29 16:43:02 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-29 16:43:02 +0200 |
commit | b44eb1bbc395423120d562be14a50c61a9cd3529 (patch) | |
tree | 5925fb86918354316ca45798527c9f5fcbe1e82a /.github/workflows | |
parent | d88286642e9abb3c09f79429983d4bb86f5af828 (diff) | |
download | rustdesk-server-b44eb1bbc395423120d562be14a50c61a9cd3529.tar.gz rustdesk-server-b44eb1bbc395423120d562be14a50c61a9cd3529.zip |
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)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 91f031e..f9a7753 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: build: name: Build - ${{ matrix.job.name }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: @@ -45,7 +45,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.68" + toolchain: "1.67.1" override: true default: true components: rustfmt @@ -166,7 +166,7 @@ jobs: needs: - build - build-win - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: @@ -206,7 +206,7 @@ jobs: name: Docker push - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: @@ -276,7 +276,7 @@ jobs: name: Docker manifest needs: docker - runs-on: ubuntu-22.04 + runs-on: ubuntu-18.04 steps: @@ -328,7 +328,7 @@ jobs: name: Docker push classic - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: |