Skip to content

Commit

Permalink
[CI] Remove unsupported macOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer authored Dec 31, 2023
1 parent c50c704 commit 0f998c2
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 @@ -13,7 +13,7 @@ jobs:
upgrade:
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12, macos-13, macos-14]
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 0f998c2

Please sign in to comment.