Skip to content

Commit

Permalink
Merge pull request #222 from MobileNativeFoundation/update-macos
Browse files Browse the repository at this point in the history
Update macOS to 13
  • Loading branch information
aleksandergrzyb authored Dec 11, 2024
2 parents 42f3805 + c6da495 commit 97e1375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
args: --strict

macOS:
runs-on: macos-12
runs-on: macos-13
env:
XCODE_VERSION: ${{ '14.1' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
macOS:
name: Add macOS binaries to release
runs-on: macos-12
runs-on: macos-13
env:
XCODE_VERSION: ${{ '14.1' }}
steps:
Expand Down

0 comments on commit 97e1375

Please sign in to comment.