diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index 908fc97..04c3e55 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -24,7 +24,11 @@ jobs: matrix: os: [ubuntu-latest, macos-12, macos-13, macos-14] include: - - os: macOS-latest + - os: macOS-12 + shell: bash + - os: macOS-13 + shell: bash + - os: macOS-14 shell: bash - os: ubuntu-latest shell: bash