Move from Ubuntu 18.04

Base on https://github.com/nextcloud/notify_push/releases, the 18.04 will be deprecated. Also moving toolchain to 1.68 to hopefully fix FreeBSD build core dump issue.
This commit is contained in:
n-connect 2023-03-29 14:28:51 +02:00 committed by GitHub
parent 74ff886900
commit d88286642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
build: build:
name: Build - ${{ matrix.job.name }} name: Build - ${{ matrix.job.name }}
runs-on: ubuntu-18.04 runs-on: ubuntu-22.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.62" toolchain: "1.68"
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-18.04 runs-on: ubuntu-20.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-18.04 runs-on: ubuntu-22.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-18.04 runs-on: ubuntu-22.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-18.04 runs-on: ubuntu-22.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: