Skip to content

Commit 3d9f836

Browse files
author
Matt Mitchell
committed
should have been 22.04
1 parent 10b0d67 commit 3d9f836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "Using Apt to install dependencies"
6969
sudo apt-get update
7070
sudo apt-get install -y texlive texlive-xetex texlive-science libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev patchelf
71-
if [[ "${{ matrix.os }}" == "ubuntu-22.04" || "${{ matrix.os }}" == "ubuntu-24.04-arm" ]]; then
71+
if [[ "${{ matrix.os }}" == "ubuntu-22.04" || "${{ matrix.os }}" == "ubuntu-22.04-arm" ]]; then
7272
# GCC emits a -Wpsabi diagnostic from the bundled btwxt header and our build treats warnings as errors.
7373
# Restrict this to the failing jobs for now until the third-party header is updated.
7474
echo "CXXFLAGS=-Wno-psabi" >> $GITHUB_ENV

0 commit comments

Comments
 (0)