Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the supported MacOS version on Apple Silicon #299

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
vs-ponyc-main-macos:
name: Verify main against ponyc main on x86-64 macOS
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4.1.1
- name: install pony tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

x86-64-macos-bootstrap:
name: x86_64 MacOS bootstrap
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4.1.1
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions .release-notes/macos-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Update supported MacOS version for Apple Silicon

We've changed our supported MacOS on Apple Silicon version to 14. All prebuilt binaries are now built on MacOS 14. We will maintain best effort support MacOS 13 for Apple Silicon. All testing is now done using MacOS 14.
Loading