From 6bc2701160ed181e2cd01969bf2c8cd9e77957d3 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:39:07 -0400 Subject: [PATCH] chore(homebrew): bump ubuntu to 24.04 (#5272) --- .github/workflows/ci-homebrew.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index ff3374c8f..6a775c9ff 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -45,7 +45,7 @@ jobs: - os_name: "macos" os_version: "26" - os_name: "ubuntu" - os_version: "22.04" + os_version: "24.04" - os_name: "ubuntu" os_version: "latest" release: true # this job will only configure the formula for release, no validation diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e83335f8a..a4e2b8e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: - name: Homebrew-macos-26 coverage: false pr: true - - name: Homebrew-ubuntu-22.04 + - name: Homebrew-ubuntu-24.04 coverage: true pr: true - name: Windows-AMD64