Skip to content

Commit

Permalink
New macOS App Attempt 1
Browse files Browse the repository at this point in the history
new runner version and new python
  • Loading branch information
hydrusnetwork committed Dec 4, 2024
1 parent dfae7f1 commit 5146081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-macos:
runs-on: macos-12
runs-on: macos-14
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion static/build_files/macos/pyoxidizer.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def make_dist():
return default_python_distribution( python_version = "3.10" )
return default_python_distribution( python_version = "3.11" )

def make_packaging_policy(dist):
policy = dist.make_python_packaging_policy()
Expand Down

0 comments on commit 5146081

Please sign in to comment.