Skip to content

Updated GA Runner Ubuntu 20.04 -> 22.04 #8541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
include: # macos-12 is no longer on GitHub Actions, we use the Mac mini for this
- os: ubuntu-20.04
- os: ubuntu-22.04
architecture: x64
- os: ubuntu-latest
architecture: aarch64
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
# Individual builds #
#####################
- name: Build Executables (Ubuntu x64)
if: matrix.os == 'ubuntu-20.04' && matrix.architecture == 'x64'
if: matrix.os == 'ubuntu-22.04' && matrix.architecture == 'x64'
run: |
sudo apt-get update -q -y
sudo apt-get install -y --allow-downgrades alien devscripts fakeroot gir1.2-gtk-3.0 libgirepository1.0-dev rpm
Expand Down