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