Skip to content

Commit

Permalink
.github/workflows/build.yml: drop the Ubuntu 22.04 build
Browse files Browse the repository at this point in the history
By now, it's old enough and people should use Ubuntu 24 instead.  We
need to drop it now because it doesn't have Meson 1.0.
  • Loading branch information
MaxKellermann committed Jan 1, 2025
1 parent e06473c commit 29f7645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
packages: g++-14 mold libfmt-dev
meson_options:
- compiler: gcc11
os: ubuntu-22.04
os: ubuntu-24.04
cc: gcc-11
cxx: g++-11
ldflags:
Expand Down

0 comments on commit 29f7645

Please sign in to comment.