Skip to content

Commit

Permalink
Remove macos-11 from build matrix
Browse files Browse the repository at this point in the history
It is pretty old.
GH seems to have issues finding a runner for it.
  • Loading branch information
g3force committed Jan 3, 2024
1 parent 8e1d30c commit 3db783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-11, macos-12, macos-13 ]
os: [ macos-12, macos-13 ]
steps:
- uses: actions/checkout@v4
- name: "Install dependencies"
Expand Down

0 comments on commit 3db783a

Please sign in to comment.