Skip to content

Commit 93ba4b5

Browse files
committed
CI: update ubuntu to 22.04, as 20.04 is nearing EOL
1 parent b0c963f commit 93ba4b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
cc: cc
3737
cxx: c++
3838
name: macOS
39-
- runner: ubuntu-20.04 # Using an old version on purpose to get wider glibc compatibility
39+
- runner: ubuntu-22.04
4040
preset: linux
4141
cc: gcc
4242
cxx: g++
4343
name: Linux-x64
44-
- runner: ubuntu-20.04
44+
- runner: ubuntu-22.04
4545
preset: linux-cross-arm64
4646
cc: gcc
4747
cxx: g++
@@ -69,14 +69,14 @@ jobs:
6969
run: brew bundle install
7070

7171
- name: Install Linux dependencies
72-
if: ${{ matrix.os.runner == 'ubuntu-20.04' }}
72+
if: ${{ matrix.os.runner == 'ubuntu-22.04' }}
7373
run: |
7474
sudo apt update
7575
sudo apt install -y --no-install-recommends \
7676
ninja-build g++ curl pkg-config autoconf automake libtool libltdl-dev make python3-jinja2 libx11-dev libxft-dev libxext-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev libibus-1.0-dev libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libxcursor-dev libxfixes-dev libxi-dev libxrandr-dev libxss-dev
7777
7878
- name: Setup cmake
79-
if: ${{ matrix.os.runner == 'ubuntu-20.04' }}
79+
if: ${{ matrix.os.runner == 'ubuntu-22.04' }}
8080
uses: jwlawson/actions-setup-cmake@v2
8181
with:
8282
cmake-version: '3.30.x'

0 commit comments

Comments
 (0)