From bb0c68ca193661aba35193dbcdfe4568b47ade98 Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:00:16 +0200 Subject: [PATCH] tests.yml ubuntu-22.04 --> ubuntu 24.04 --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b8803013901d..5b16b3461b7fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ concurrency: jobs: syntax: if: github.repository_owner == 'Homebrew' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Set up Homebrew id: set-up-homebrew @@ -193,7 +193,7 @@ jobs: vendored-gems: name: vendored gems needs: syntax - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Set up Homebrew id: set-up-homebrew @@ -225,8 +225,8 @@ jobs: strategy: matrix: include: - - name: update-test (Ubuntu 22.04) - runs-on: ubuntu-22.04 + - name: update-test (Ubuntu 24.04) + runs-on: ubuntu-24.04 - name: update-test (macOS) runs-on: macos-14 steps: @@ -257,9 +257,9 @@ jobs: - name: tests (generic OS) test-flags: --generic --coverage runs-on: ubuntu-latest - - name: tests (Ubuntu 22.04) + - name: tests (Ubuntu 24.04) test-flags: --coverage - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 - name: tests (Ubuntu 20.04) test-flags: --coverage runs-on: ubuntu-20.04 @@ -369,9 +369,9 @@ jobs: strategy: matrix: include: - - name: test default formula (Ubuntu 22.04) + - name: test default formula (Ubuntu 24.04) runs-on: ubuntu-latest - container: ghcr.io/homebrew/ubuntu22.04:master + container: ghcr.io/homebrew/ubuntu24.04:master - name: test default formula (Ubuntu 20.04) runs-on: ubuntu-latest container: ghcr.io/homebrew/ubuntu20.04