Skip to content

Commit

Permalink
tests.yml ubuntu-22.04 --> ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Oct 1, 2024
1 parent 7841c53 commit bb0c68c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb0c68c

Please sign in to comment.