Skip to content

Commit

Permalink
fixup! fixup! fixup! chore: add test job at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 10, 2024
1 parent e0f2a9d commit ff57838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
Tests:
strategy:
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-latest]
include:
- os: macOS-latest
shell: bash
Expand All @@ -45,7 +45,7 @@ jobs:
sudo xcode-select --reset
- name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
env:
NONINTERACTIVE: 1

Expand Down

0 comments on commit ff57838

Please sign in to comment.