Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
workflows: upgrade container image
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Sep 7, 2022
1 parent e061319 commit 855baad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu16.04:master
image: ghcr.io/homebrew/ubuntu22.04:master
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand All @@ -25,7 +25,7 @@ jobs:
include:
- os: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu16.04:master
image: ghcr.io/homebrew/ubuntu22.04:master
options: --user=linuxbrew
- os: macos-11
- os: macos-12
Expand Down

0 comments on commit 855baad

Please sign in to comment.