Skip to content

Commit

Permalink
Update the supported MacOS version on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 9, 2024
1 parent 5fa6136 commit b321af2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.

0 comments on commit b321af2

Please sign in to comment.