diff --git a/.github/workflows/build_desktop.yml b/.github/workflows/build_desktop.yml index 81784fe5..df2da3ea 100644 --- a/.github/workflows/build_desktop.yml +++ b/.github/workflows/build_desktop.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-20.04 extension: deb - os: macos-latest extension: dmg @@ -82,12 +82,12 @@ jobs: "dist/dmg/" - uses: ruby/setup-ruby@v1 - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' with: ruby-version: '3.0' - name: 🐧 Create Debian Package - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' shell: bash run: | # Install Debian Packager diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 641c280e..546f13f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-20.04 extension: deb - os: macos-latest extension: dmg @@ -133,11 +133,11 @@ jobs: "dist/dmg/" - uses: ruby/setup-ruby@v1 - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' with: ruby-version: '3.0' - name: 🐧 Create Debian Package - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' shell: bash env: DEBIAN_PACKAGE_VERSION: ${{ inputs.version }}