Skip to content

Commit

Permalink
Merge pull request #2106 from joto/gh-action-disable-macos11
Browse files Browse the repository at this point in the history
Github action: Disable build on macOS 11
  • Loading branch information
pnorman authored Nov 3, 2023
2 parents 6a7f2c6 + 3f1731f commit 88b8435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
fail-fast: false
matrix:
os:
- "macos-11"
- "macos-12" # latest
- "macos-13"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 88b8435

Please sign in to comment.