Skip to content

Commit

Permalink
Switch GitHub CI to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Nov 18, 2024
1 parent b62bdfc commit 45a6a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14, ubuntu-20.04, windows-latest]
os: [macos-13, macos-14, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Python
Expand Down

0 comments on commit 45a6a6e

Please sign in to comment.