Skip to content

Commit 61d83af

Browse files
committed
CI (Linux): bump GH runner for linux-amd64
Ref: actions/runner-images#11101
1 parent 2d49703 commit 61d83af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
linux-amd64:
6262
name: Linux-amd64
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464
permissions:
6565
security-events: write
6666
contents: read
@@ -80,12 +80,12 @@ jobs:
8080
run: cat /proc/cpuinfo
8181

8282
- name: install required packages
83-
run: sudo apt-get update && sudo apt-get install -y libvulkan-dev libwayland-dev libxrandr-dev libxcb-randr0-dev libdconf-dev libdbus-1-dev libmagickcore-dev libxfconf-0-dev libsqlite3-dev librpm-dev libegl-dev libglx-dev ocl-icd-opencl-dev libpulse-dev libdrm-dev libelf-dev directx-headers-dev
83+
run: sudo apt-get update && sudo apt-get install -y libvulkan-dev libwayland-dev libxrandr-dev libxcb-randr0-dev libdconf-dev libdbus-1-dev libmagickcore-dev libxfconf-0-dev libsqlite3-dev librpm-dev libegl-dev libglx-dev ocl-icd-opencl-dev libpulse-dev libdrm-dev libelf-dev libddcutil-dev directx-headers-dev
8484

8585
- name: install linuxbrew packages
8686
run: |
8787
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
88-
/home/linuxbrew/.linuxbrew/bin/brew install imagemagick chafa ddcutil --ignore-dependencies
88+
/home/linuxbrew/.linuxbrew/bin/brew install imagemagick chafa --ignore-dependencies
8989
9090
- name: Initialize CodeQL
9191
uses: github/codeql-action/init@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 2.41.0
22

3+
Changes:
4+
* Due to [the deprecation](https://github.com/actions/runner-images/issues/11101), Linux x86_64 binaries are now built with Ubuntu 22.04 (Glibc 2.35, Debian 12)
5+
* You can always build fastfetch yourself on your own. Please don't report bugs related to this change.
6+
37
Bugfixes:
48
* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669)
59

0 commit comments

Comments
 (0)