Skip to content

Commit

Permalink
bump minimum tested compat for macOS to Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 2, 2024
1 parent b551a03 commit 85d1e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
julia-version: [1.8]
julia-arch: [x64]
os: [ubuntu-22.04, macos-11, windows-2019]
os: [ubuntu-22.04, macos-12, windows-2019]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Typical distribution forms are _Bernoulli_ for binary data or _Poisson_ for coun
|Linux | Ubuntu 20.04 | x64 |v1.8 |
|Linux | Ubuntu 20.04 | x64 |current release |
|Linux | Ubuntu 20.04 | x64 |nightly |
|macOS | Catalina 10.15| x64 |v1.8 |
|macOS | Monterey 12 | x64 |v1.8 |
|Windows | Server 2019 | x64 |v1.8 |

Note that previous releases still support older Julia versions.
Expand Down

0 comments on commit 85d1e20

Please sign in to comment.