Skip to content

Commit

Permalink
Update macOS runners (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Dec 15, 2024
1 parent 3a1392d commit cbf6598
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 @@ -128,10 +128,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 @@ -357,7 +357,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 cbf6598

Please sign in to comment.