Skip to content

Commit

Permalink
Update macOS runners (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Dec 16, 2024
1 parent 72f7def commit 55dd840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- target: aarch64-apple-darwin
os: macos-14
- target: x86_64-apple-darwin
os: macos-12
os: macos-13

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
os: windows-2022
# macOS
- target: aarch64-apple-darwin
os: macos-12
os: macos-13
use-dist: true
- target: x86_64-apple-darwin
os: macos-12
os: macos-13
use-dist: true

env:
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
needs:
- binaries
- python-artifacts
runs-on: macos-12
runs-on: macos-13

env:
VERSION: ${{ needs.python-artifacts.outputs.version }}
Expand Down

0 comments on commit 55dd840

Please sign in to comment.