Skip to content

Commit

Permalink
Use macos-13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Apr 29, 2024
1 parent b7ccfc8 commit 92e15a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
- "1.10.0"
os:
- ubuntu-latest
- macos-latest
- macos-13
- windows-latest
# macOS 1.6 seems to consistently stall on `Plots` notebooks. Skip this
# combination and test on a slightly newer macOS version instead.
exclude:
- version: "1.6"
os: macos-latest
os: macos-13
include:
- version: "1.7"
os: macos-latest
os: macos-13
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
Expand Down

0 comments on commit 92e15a4

Please sign in to comment.