Skip to content

Commit

Permalink
Fix issue with Debian xstd compression
Browse files Browse the repository at this point in the history
We are downgrading Ubuntu to 20.04 which is not using xstd compression
More context in [issue #2376](#2376)

Co-authored-by: Shwetha Gururaj <[email protected]>
Co-authored-by: Alex Rocha <[email protected]>
  • Loading branch information
3 people committed Feb 27, 2023
1 parent 10c21b2 commit b5a352a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
name: Build Linux
needs:
- setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
environment: ${{ needs.setup.outputs.secrets-environment }}

env:
Expand Down Expand Up @@ -991,9 +991,9 @@ jobs:
- setup
- build-linux
environment: ${{ needs.setup.outputs.secrets-environment }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ubuntu
image: ubuntu:20.04
steps:

- name: Download Signed Linux Packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
update-deb:
name: Update Debian Repository
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: setup
environment: ${{ needs.setup.outputs.secrets-environment }}
env:
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
test-deb:
name: Test Debian Repository
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs:
- setup
- update-deb
Expand Down

0 comments on commit b5a352a

Please sign in to comment.