Skip to content

Commit

Permalink
Update supported MacOS version for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 9, 2024
1 parent 7147cfb commit b89ea7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
macos:
name: Verify main against the latest ponyc on macOS
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4.1.1
- name: install ponyc
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 b89ea7a

Please sign in to comment.