Skip to content

Commit

Permalink
[PM-6695][PM-6717] Revert Linux build to Ubuntu 20.04 runner (#8289)
Browse files Browse the repository at this point in the history
* Revert Linux build to Ubuntu 20.04 runner

* Updated notes.

(cherry picked from commit c10a59b)
  • Loading branch information
trmartin4 committed Mar 11, 2024
1 parent 82998d8 commit 2b275b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
# The snap base for desktop is defined in `apps/desktop/electron-builder.json`
runs-on: ubuntu-22.04
# We are currently running on 20.04 until the Ubuntu 24.04 release is available, as moving
# to 22.04 now breaks users who are on 20.04 due to mismatched GLIBC versions.
runs-on: ubuntu-20.04
needs: setup
env:
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
Expand Down

0 comments on commit 2b275b4

Please sign in to comment.