Skip to content

Commit

Permalink
workflows/tests: use the brew image unless specific Ubuntu version …
Browse files Browse the repository at this point in the history
…is needed

Co-authored-by: Mike McQuaid <[email protected]>
  • Loading branch information
ZhongRuoyu and MikeMcQuaid committed Sep 24, 2024
1 parent 78bdeab commit 444919f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if: github.repository_owner == 'Homebrew'
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
image: ghcr.io/homebrew/brew:master
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down Expand Up @@ -251,11 +251,11 @@ jobs:
- name: tests (online)
test-flags: --online --coverage
runs-on: ubuntu-latest
container: ghcr.io/homebrew/ubuntu22.04:master
container: ghcr.io/homebrew/brew:master
- name: tests (generic OS)
test-flags: --generic --coverage
runs-on: ubuntu-latest
container: ghcr.io/homebrew/ubuntu22.04:master
container: ghcr.io/homebrew/brew:master
- name: tests (Ubuntu 22.04)
test-flags: --coverage
runs-on: ubuntu-latest
Expand Down

0 comments on commit 444919f

Please sign in to comment.