Skip to content

Commit

Permalink
macos-13 for x86_64; macos-14 for aarch64 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky authored Nov 27, 2024
1 parent abe81b9 commit f5e770e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
# - runner: macos-14
# target: aarch64
- runner: macos-14
target: aarch64
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f5e770e

Please sign in to comment.