Skip to content

Commit

Permalink
fix: macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgold committed Jan 15, 2025
1 parent c9b5328 commit 7c4fb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
runs-on: macos-15-arm64
runs-on: macos-15
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
runs-on: macos-15
runs-on: macos-13
permissions:
contents: write
steps:
Expand Down

0 comments on commit 7c4fb51

Please sign in to comment.