Skip to content

Commit

Permalink
Merge pull request #2112 from joto/disable-macos-13-build
Browse files Browse the repository at this point in the history
Github action: Disable build on macOS 13
  • Loading branch information
lonvia authored Dec 19, 2023
2 parents fbdfef8 + 6ea4865 commit 9a1f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os:
- "macos-12" # latest
- "macos-13"
# - "macos-13" disabled, because it doesn't work due to some problem with Homebrew
runs-on: ${{ matrix.os }}

env:
Expand Down

0 comments on commit 9a1f04e

Please sign in to comment.